diff options
author | Struan Donald <struan@exo.org.uk> | 2013-04-22 17:42:53 +0100 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2013-04-22 17:42:53 +0100 |
commit | 647cb1db3a8200b3809b356cbd54dd0454099ebe (patch) | |
tree | 8a5bcb6628f7ea2c45d64687d7f484c1af5c4e5c /www/js/app.js | |
parent | 0bfcd019bcb53587df1b155d88b9e6617bdeeac9 (diff) |
correct autocompleto error
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 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; }, |