1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-06-16 10:29:54 +00:00

Style fix

This commit is contained in:
Jermolene 2015-02-09 21:46:54 +00:00
parent 9cf1f8f96b
commit 8dcd080cdd

View File

@ -208,7 +208,7 @@ NavigatorWidget.prototype.handleDeleteTiddlerEvent = function(event) {
var title = event.param || event.tiddlerTitle,
tiddler = this.wiki.getTiddler(title),
storyList = this.getStoryList(),
originalTitle = tiddler ? tiddler.fields["draft.of"] : 0,
originalTitle = tiddler ? tiddler.fields["draft.of"] : "",
confirmationTitle;
if(!tiddler) {
return false;