summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorschneefux <schneefux+commit@schneefux.xyz>2014-03-30 17:16:00 +0200
committerschneefux <schneefux+commit@schneefux.xyz>2016-08-15 19:46:49 +0200
commitd2627ce165bef202ff833d2766e307bcb6fb2bdb (patch)
tree7b4cc2db4a75d6c570d0d55e4bac77ce520bf3a1 /index.html
parent9139039b98545523887a407607ac77509e273918 (diff)
downloadwvs-vplan-d2627ce165bef202ff833d2766e307bcb6fb2bdb.tar.gz
wvs-vplan-d2627ce165bef202ff833d2766e307bcb6fb2bdb.zip
automatisiere Login; vereinfachere Debugmessages
Diffstat (limited to 'index.html')
-rw-r--r--index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/index.html b/index.html
index 556cf6f..b188e90 100644
--- a/index.html
+++ b/index.html
@@ -34,7 +34,6 @@
</div>
<div role="main" class="ui-content">
<a id="lnklogin" href="#loginpopup" data-rel="popup" data-role="button" data-position-to="window" data-inline="true" style="display:none;"></a>
-
<div data-role="popup" id="loginpopup" data-theme="a" data-dismissible>
<form style="padding:10px 20px;" id="loginform" action="javascript:login()">
<h3>Bitte einloggen</h3>
@@ -64,8 +63,9 @@
<script type="text/javascript" src="js/jquery-2.1.0.min.js"></script>
<script type="text/javascript" src="js/jquery.mobile-1.4.2.min.js"></script>
- <script type="text/javascript" src="cordova.js"></script>
<script type="text/javascript" src="js/index.js"></script>
+
+ <script type="text/javascript" src="cordova.js"></script>
<script type="text/javascript" src="js/pdf.js"></script>
</body>
</html>