diff options
author | Chad Kieffer <chad@2tbsp.com> | 2008-12-23 06:33:28 +0000 |
---|---|---|
committer | Chad Kieffer <chad@2tbsp.com> | 2008-12-23 06:33:28 +0000 |
commit | 69daaffb054f20574cb59078ce205920f4678da6 (patch) | |
tree | aee82e72b2011b1cb6cdd644f2bb0bd24f044ffb /modules/user/js/user.js | |
parent | 73d7cb4576ce3e27be738e428b7da759a58c5b09 (diff) |
Fixed indents
Diffstat (limited to 'modules/user/js/user.js')
-rw-r--r-- | modules/user/js/user.js | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/modules/user/js/user.js b/modules/user/js/user.js index 021163b1..d8488092 100644 --- a/modules/user/js/user.js +++ b/modules/user/js/user.js @@ -17,7 +17,7 @@ function ajaxify_login_form(event) { } $("document").ready(function() { - $.listen("submit", "#gLoginForm", function(event) { - ajaxify_login_form(event); - }); + $.listen("submit", "#gLoginForm", function(event) { + ajaxify_login_form(event); + }); }); |