kopia lustrzana https://github.com/miklobit/TiddlyWiki5
Remove dead code 💀
rodzic
61c204366f
commit
8611867930
|
@ -281,8 +281,7 @@ NavigatorWidget.prototype.generateDraftTitle = function(title) {
|
|||
NavigatorWidget.prototype.handleSaveTiddlerEvent = function(event) {
|
||||
var title = event.param || event.tiddlerTitle,
|
||||
tiddler = this.wiki.getTiddler(title),
|
||||
storyList = this.getStoryList(),
|
||||
storyTiddlerModified = false; // We have to special case saving the story tiddler itself
|
||||
storyList = this.getStoryList();
|
||||
// Replace the original tiddler with the draft
|
||||
if(tiddler) {
|
||||
var draftTitle = (tiddler.fields["draft.title"] || "").trim(),
|
||||
|
|
Ładowanie…
Reference in New Issue