From ddec1469251f30b3bbf450a2b781e3832b170bf3 Mon Sep 17 00:00:00 2001 From: "jeremy@jermolene.com" Date: Wed, 5 Apr 2023 11:53:28 +0100 Subject: [PATCH] Fix boot.js change from master --- boot/boot.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boot/boot.js b/boot/boot.js index a1427061b..72de50d73 100644 --- a/boot/boot.js +++ b/boot/boot.js @@ -2312,7 +2312,7 @@ $tw.loadTiddlersNode = function() { /* Startup TiddlyWiki */ -$tw.boot.startup = function(options) { +$tw.boot.initStartup = function(options) { var _temp_allowDuplicates; options = options || {}; // Get the URL hash and check for safe mode