diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2014-04-13 11:04:46 +0200 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2016-08-15 19:46:50 +0200 |
| commit | 3150a5d4fc56ab86447450c4b118068ea953f250 (patch) | |
| tree | cd1f6f1b05b654834e13a0849140e1a6c8151559 | |
| parent | 8f70d4d5fcbaf772c0dc4d8cffa7b54312c63ee6 (diff) | |
| download | wvs-vplan-3150a5d4fc56ab86447450c4b118068ea953f250.tar.gz wvs-vplan-3150a5d4fc56ab86447450c4b118068ea953f250.zip | |
verlagere test.htmlloadbtn.onclick
| -rw-r--r-- | index.html | 2 | ||||
| -rw-r--r-- | js/index.js | 5 |
2 files changed, 1 insertions, 6 deletions
@@ -52,7 +52,7 @@ <center>Etwas ist schiefgelaufen.</center> <center>Versuche es in Kürze noch einmal.</center> <div style="width:100%;margin 0 auto;"> - <button class="ui-btn" id="loadbtn">Pläne aus dem Speicher anzeigen</button> + <button class="ui-btn" id="loadbtn" onclick="load()">Pläne aus dem Speicher anzeigen</button> </div> <div class="ui-bar ui-bar-a ui-corner-all" id="error_nofiles" style="display:none;"> <center>keine Pläne im Speicher :(</center> diff --git a/js/index.js b/js/index.js index 66a73d5..bcf8079 100644 --- a/js/index.js +++ b/js/index.js @@ -29,11 +29,6 @@ $('#loginpage').on('pageshow', function(){ }, 2000); }); -// Ladebutton bei fehlender Verbindung -$('#loadbtn').click(function(){ - load(); -}); - // Page-Template für Vertretungsplan var page_html = '\n\ <div data-role="page" class="page" id="page-vplan-{ID}" data-prefetch>\n\ |
