diff options
author | Struan Donald <struan@exo.org.uk> | 2013-04-22 17:43:49 +0100 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2013-04-22 17:43:49 +0100 |
commit | d677f78722cbaa9085db6b37a002f97786b00d3f (patch) | |
tree | 97730708de2873828a508f29a7c460651c69da2c /www/js | |
parent | 647cb1db3a8200b3809b356cbd54dd0454099ebe (diff) |
when we discard an in progress draft on startup make sure we do it properly
Diffstat (limited to 'www/js')
-rw-r--r-- | www/js/views/existing.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/js/views/existing.js b/www/js/views/existing.js index c9bf459..7ba03e5 100644 --- a/www/js/views/existing.js +++ b/www/js/views/existing.js @@ -29,6 +29,7 @@ }, onDraftRemove: function() { + FMS.clearCurrentDraft(); this.navigate( 'around', 'left' ); } }) |