mirror of
https://github.com/Jermolene/TiddlyWiki5.git
synced 2026-03-15 03:01:58 -07:00
fixes #2158 check if new fields are present and warn on cancel
This commit is contained in:
parent
7c4ea64210
commit
3977cf009b
1 changed files with 1 additions and 1 deletions
|
|
@ -1166,7 +1166,7 @@ exports.findDraft = function(targetTitle) {
|
|||
/*
|
||||
Check whether the specified draft tiddler has been modified.
|
||||
If the original tiddler doesn't exist, create a vanilla tiddler variable,
|
||||
to check if aditional fields have been added.
|
||||
to check if additional fields have been added.
|
||||
*/
|
||||
exports.isDraftModified = function(title) {
|
||||
var tiddler = this.getTiddler(title);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue