aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/public/js/controllers/signupController.js
diff options
context:
space:
mode:
authorDennis Eriksen <dennis.se@gmail.com>2013-05-25 19:12:01 +0200
committerDennis Eriksen <dennis.se@gmail.com>2013-05-25 19:12:01 +0200
commit78b499e0cb06be9fefd538324d7ec74144f103e5 (patch)
tree5706bc5fcfc2c9ee3963bb79bd7fa6c562fe2c78 /public/js/controllers/signupController.js
parentbe gone! (diff)
downloadDivid-78b499e0cb06be9fefd538324d7ec74144f103e5.tar.gz
deleted a bunch of files that doesn't actually get used
Diffstat (limited to 'public/js/controllers/signupController.js')
-rw-r--r--public/js/controllers/signupController.js9
1 files changed, 0 insertions, 9 deletions
diff --git a/public/js/controllers/signupController.js b/public/js/controllers/signupController.js
deleted file mode 100644
index 97d20e6..0000000
--- a/public/js/controllers/signupController.js
+++ /dev/null
@@ -1,9 +0,0 @@
-
-function SignupController()
-{
-// redirect to homepage when cancel button is clicked //
- $('#account-form-btn1').click(function(){ window.location.href = '/';});
-
-// redirect to homepage on new account creation, add short delay so user can read alert window //
- $('.modal-alert #ok').click(function(){ setTimeout(function(){window.location.href = '/';}, 300)});
-} \ No newline at end of file