Ticket #611: ticket611.patch
| File ticket611.patch, 463 bytes (added by FND, 4 years ago) |
|---|
-
Commands.js
39 39 40 40 config.commands.cancelTiddler.handler = function(event,src,title) 41 41 { 42 if( story.hasChanges(title) && !readOnly) {42 if(!readOnly && (story.hasChanges(title) || !store.tiddlerExists(title) || store.isShadowTiddler(title))) { 43 43 if(!confirm(this.warning.format([title]))) 44 44 return false; 45 45 }
