diff options
Diffstat (limited to 'www/js/app.js')
-rw-r--r-- | www/js/app.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/js/app.js b/www/js/app.js index 8b94fbc..f717da9 100644 --- a/www/js/app.js +++ b/www/js/app.js @@ -56,7 +56,7 @@ var tpl = { FMS.router.pause(); FMS.allDrafts.add( FMS.currentDraft ); FMS.currentDraft.save(); - localStorage.currentDraftID = FMS.currentDraft.cid; + localStorage.currentDraftID = FMS.currentDraft.id; }, loadCurrentDraft: function() { |