mirror of
https://github.com/Jermolene/TiddlyWiki5.git
synced 2026-01-20 11:31:37 -08:00
Fix boot.js change from master
This commit is contained in:
parent
ba19f487c5
commit
ddec146925
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue