aboutsummaryrefslogtreecommitdiffstats
path: root/www/js
diff options
context:
space:
mode:
Diffstat (limited to 'www/js')
-rw-r--r--www/js/app.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/js/app.js b/www/js/app.js
index 6e09047..d7a43a8 100644
--- a/www/js/app.js
+++ b/www/js/app.js
@@ -103,7 +103,7 @@ var tpl = {
},
clearCurrentDraft: function() {
- FMS.currentDraftID = new FMS.Draft();
+ FMS.currentDraft = new FMS.Draft();
localStorage.currentDraftID = null;
},