From 213089f65f3c64567b3578041e2a7d59af3e4dec Mon Sep 17 00:00:00 2001 From: Gianluigi Date: Thu, 27 Feb 2025 14:40:23 +0100 Subject: [PATCH] Upgrade Tiddlywiki to 5.3.6 --- index.html | 144 +++++++++++++++++++++++++++++++++++++---------------- 1 file changed, 100 insertions(+), 44 deletions(-) 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 +