aboutsummaryrefslogtreecommitdiffstats
path: root/www/js/router.js
diff options
context:
space:
mode:
Diffstat (limited to 'www/js/router.js')
-rw-r--r--www/js/router.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/js/router.js b/www/js/router.js
index 6d4bb44..0832599 100644
--- a/www/js/router.js
+++ b/www/js/router.js
@@ -75,7 +75,7 @@
submitStart: function() {
var submitView;
- if ( FMS.currentUser && FMS.isLoggedIn() ) {
+ if ( FMS.currentUser && FMS.isLoggedIn ) {
submitView = new FMS.SubmitConfirmView({ model: FMS.currentDraft });
} else {
submitView = new FMS.SubmitEmailView({ model: FMS.currentDraft });