mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2026-09-17 23:31:22 +00:00
Merge branch 'master' into demo-alternate-store
This commit is contained in:
+1
-1
@@ -1183,7 +1183,7 @@ $tw.Wiki = $tw.Wiki || function(options) {
|
||||
shadowTiddlerTitles = null,
|
||||
getShadowTiddlerTitles = function() {
|
||||
if(!shadowTiddlerTitles) {
|
||||
shadowTiddlerTitles = Object.keys(shadowTiddlers);
|
||||
shadowTiddlerTitles = Object.keys(shadowTiddlers).sort();
|
||||
}
|
||||
return shadowTiddlerTitles;
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user