diff options
| author | Julie Lala <jules@okfoc.us> | 2014-06-08 12:22:59 -0400 |
|---|---|---|
| committer | Julie Lala <jules@okfoc.us> | 2014-06-08 12:22:59 -0400 |
| commit | d385f80d0942494410432f11d3f3ca0f05d9e4a9 (patch) | |
| tree | 013c274d1311b58f3f9ea9c4716ce5e2124a60ce /views/login.ejs | |
| parent | 6dc5e91ebf84181bc8ca1057d5338296d918931c (diff) | |
new views and redirection logic
Diffstat (limited to 'views/login.ejs')
| -rw-r--r-- | views/login.ejs | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/views/login.ejs b/views/login.ejs deleted file mode 100644 index b37d18d..0000000 --- a/views/login.ejs +++ /dev/null @@ -1,29 +0,0 @@ -<!doctype html> -<html> -<head> - <title>vvalls</title> - [[ include partials/meta ]] - <script> - window.addEventListener("load",function() { - window.scrollTo(0,0) - }, false); - </script> -</head> -<body class="loading"> - <div class="rapper page" style="height: 100%;"> - [[ include partials/header ]] - - <div style="height: 70%; clear: both;"></div> - - [[ include partials/signin ]] - [[ include partials/footer ]] - -</div> -</body> -[[ include partials/scripts ]] -<script> -setTimeout(function(){ - $("[data-role='show-signin-modal']").trigger("click") -}) -</script> -</html> |
