summaryrefslogtreecommitdiffstats
path: root/sca-cpp/trunk/modules/edit/htdocs/login/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'sca-cpp/trunk/modules/edit/htdocs/login/index.html')
-rw-r--r--sca-cpp/trunk/modules/edit/htdocs/login/index.html10
1 files changed, 2 insertions, 8 deletions
diff --git a/sca-cpp/trunk/modules/edit/htdocs/login/index.html b/sca-cpp/trunk/modules/edit/htdocs/login/index.html
index 22df9ce7ef..4c7c90cea1 100644
--- a/sca-cpp/trunk/modules/edit/htdocs/login/index.html
+++ b/sca-cpp/trunk/modules/edit/htdocs/login/index.html
@@ -27,7 +27,7 @@
<link rel="stylesheet" type="text/css" href="/ui-min.css"/>
<script type="text/javascript" src="/all-min.js"></script>
</head>
-<body class="delayed" onorientationchange="ui.reload();">
+<body class="delayed" onload="ui.onload();">
<div id="bodydiv" class="devicewidth">
<h1>Sign in</h1>
@@ -43,13 +43,7 @@
<input type="hidden" name="httpd_location" value="/"/>
</form>
-</div>
-
<script type="text/javascript">
-
-// Show the page
-ui.showbody();
-
function queryParams() {
qp = new Array();
qs = window.location.search.substring(1).split('&');
@@ -80,8 +74,8 @@ function submitSignin() {
document.formSignin.httpd_location.value = oauthReferrer();
document.formSignin.submit();
}
-
</script>
+</div>
</body>
</html>