We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc8de7c commit 5c8cf10Copy full SHA for 5c8cf10
index.js
@@ -221,7 +221,7 @@
221
break;
222
}
223
224
- document.getElementById("outputhook").innerHTML = "I'm a browser!";
+ //document.getElementById("outputhook").innerHTML = "I'm a browser!"; Debug statement. Commented out for hotfix
225
_this.contextEnvVersion = navigator.userAgent;
226
_this.contextAppOS = os;
227
_this.contextAppOSVersion = osVersion;
0 commit comments