diff options
-rw-r--r-- | src/js/views/offline.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/js/views/offline.js b/src/js/views/offline.js index 4a6e9c9..fcf8ee1 100644 --- a/src/js/views/offline.js +++ b/src/js/views/offline.js @@ -127,13 +127,13 @@ del.fail( function() { that.draftDeleted(); } ); } else { FMS.clearCurrentDraft(); - this.navigate( this.next, 'left' ); + this.navigate( this.next ); } }, draftDeleted: function() { FMS.clearCurrentDraft(); - this.navigate( this.next, 'left' ); + this.navigate( this.next ); }, updateCurrentReport: function() { |