diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2014-06-06 19:13:19 +0200 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2016-08-15 20:02:38 +0200 |
| commit | ca468dd61f3589e7fffe606fb60a9088c5630655 (patch) | |
| tree | f4731bf5bb7dbda4c8acb0ffa552470d3cf330c8 | |
| parent | e589163cfa01a43732fe7ddbfa501f9fba6501dc (diff) | |
| download | wvs-vplan-ca468dd61f3589e7fffe606fb60a9088c5630655.tar.gz wvs-vplan-ca468dd61f3589e7fffe606fb60a9088c5630655.zip | |
öffne die Einstellungen durch Wischen
| -rw-r--r-- | js/index.js | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/js/index.js b/js/index.js index 0a09c52..b7b0458 100644 --- a/js/index.js +++ b/js/index.js @@ -114,6 +114,10 @@ document.addEventListener('online', function(){ $('#error_noconn').hide('fast'); }, false); +$('#mainpage').on('swiperight', function(){ + $('#settingspanel').panel('open'); +}); + var _paq = _paq || []; $('#mainpage').on('pagebeforeshow', function(){ /* Versionsnummer zeigen */ |
