1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2025-08-08 23:03:50 +00:00

Fix boot.js change from master

This commit is contained in:
jeremy@jermolene.com 2023-04-05 11:53:28 +01:00
parent ba19f487c5
commit ddec146925

View File

@ -2312,7 +2312,7 @@ $tw.loadTiddlersNode = function() {
/* /*
Startup TiddlyWiki Startup TiddlyWiki
*/ */
$tw.boot.startup = function(options) { $tw.boot.initStartup = function(options) {
var _temp_allowDuplicates; var _temp_allowDuplicates;
options = options || {}; options = options || {};
// Get the URL hash and check for safe mode // Get the URL hash and check for safe mode