diff options
| author | Jules Laplace <jules@okfoc.us> | 2015-11-19 19:16:15 -0500 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2015-11-19 19:21:19 -0500 |
| commit | 261857fce969790aa87498100cf353fa494080c8 (patch) | |
| tree | c5d01aaa59c0dc65ebf4fb382dfa570d3bd15c79 /StoneIsland/www/js/lib/auth/SignupView.js | |
| parent | 06910c8fd4df3daa47f5cdfcbc687b1072909f52 (diff) | |
accountview
Diffstat (limited to 'StoneIsland/www/js/lib/auth/SignupView.js')
| -rw-r--r-- | StoneIsland/www/js/lib/auth/SignupView.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/StoneIsland/www/js/lib/auth/SignupView.js b/StoneIsland/www/js/lib/auth/SignupView.js index 0cfbf8b4..24eb0d09 100644 --- a/StoneIsland/www/js/lib/auth/SignupView.js +++ b/StoneIsland/www/js/lib/auth/SignupView.js @@ -39,7 +39,7 @@ var SignupView = FormView.extend({ }, success: function(data){ - auth.view_logged_in() + app.account.logged_in() }, error: function(data){ |
