diff --git a/index.html b/index.html
index 53e50cc..bb74e21 100644
--- a/index.html
+++ b/index.html
@@ -10,7 +10,7 @@
-
+
@@ -19,7 +19,7 @@
+
+
+
+
+
@@ -199,14 +204,14 @@ Error message and password prompt
$:/state/http-requests
-$:/state/tab-1593268138
-
$:/status/RequireReloadDueToPluginChange
$:/status/UserName
$:/StoryList
+$:/temp/info-plugin
+
$:/theme
$:/themes/jd/Whitespace
@@ -312,7 +317,7 @@ Error message and password prompt
-
@@ -481,7 +489,7 @@ $tw.boot = $tw.boot || Object.create(null);
// Detect platforms
if(!("browser" in $tw)) {
- $tw.browser = typeof(window) !== "undefined" ? {} : null;
+ $tw.browser = typeof(window) !== "undefined" && typeof(document) !== "undefined" ? {} : null;
}
if(!("node" in $tw)) {
$tw.node = typeof(process) === "object" ? {} : null;
@@ -726,15 +734,15 @@ $tw.utils.each = function(object,callback) {
var next,f,length;
if(object) {
if(Object.prototype.toString.call(object) == "[object Array]") {
- for (f=0, length=object.length; f
+