diff options
author | Dennis Eriksen <dennis.se@gmail.com> | 2013-05-25 19:12:01 +0200 |
---|---|---|
committer | Dennis Eriksen <dennis.se@gmail.com> | 2013-05-25 19:12:01 +0200 |
commit | 78b499e0cb06be9fefd538324d7ec74144f103e5 (patch) | |
tree | 5706bc5fcfc2c9ee3963bb79bd7fa6c562fe2c78 /public/js/controllers/loginController.js | |
parent | be gone! (diff) | |
download | Divid-78b499e0cb06be9fefd538324d7ec74144f103e5.tar.gz |
deleted a bunch of files that doesn't actually get used
Diffstat (limited to 'public/js/controllers/loginController.js')
-rw-r--r-- | public/js/controllers/loginController.js | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/public/js/controllers/loginController.js b/public/js/controllers/loginController.js deleted file mode 100644 index a894aed..0000000 --- a/public/js/controllers/loginController.js +++ /dev/null @@ -1,14 +0,0 @@ - -function LoginController() -{ - -// bind event listeners to button clicks // - - $('#login-form #forgot-password').click(function(){ $('#get-credentials').modal('show');}); - -// automatically toggle focus between the email modal window and the login form // - - $('#get-credentials').on('shown', function(){ $('#email-tf').focus(); }); - $('#get-credentials').on('hidden', function(){ $('#user-tf').focus(); }); - -}
\ No newline at end of file |