kopia lustrzana https://github.com/miklobit/TiddlyWiki5
rodzic
684fbb1ee8
commit
709126dd64
10
boot/boot.js
10
boot/boot.js
|
@ -885,10 +885,12 @@ $tw.Wiki = function(options) {
|
|||
this.deleteTiddler = function(title) {
|
||||
// Uncomment the following line for detailed logs of all tiddler deletions
|
||||
// console.log("Deleting",title,tiddler)
|
||||
delete tiddlers[title];
|
||||
this.clearCache(title);
|
||||
this.clearGlobalCache();
|
||||
this.enqueueTiddlerEvent(title,true);
|
||||
if($tw.utils.hop(tiddler,title)) {
|
||||
delete tiddlers[title];
|
||||
this.clearCache(title);
|
||||
this.clearGlobalCache();
|
||||
this.enqueueTiddlerEvent(title,true);
|
||||
}
|
||||
};
|
||||
|
||||
// Get a tiddler from the store
|
||||
|
|
Ładowanie…
Reference in New Issue