remove unnecessary files
This commit is contained in:
parent
3784c7931a
commit
da5cea61cd
4 changed files with 0 additions and 3623 deletions
17
js/mobile.js
17
js/mobile.js
|
|
@ -1,17 +0,0 @@
|
|||
'use strict';
|
||||
|
||||
document.addEventListener("deviceready", onDeviceReady, false);
|
||||
|
||||
function onDeviceReady() {
|
||||
setTimeout(function(){ navigator.splashscreen.hide(); }, 2000);
|
||||
|
||||
document.addEventListener("menubutton", function() {
|
||||
var nav = document.getElementsByTagName('nav')[0];
|
||||
if (!nav) return;
|
||||
|
||||
var menu = nav.getElementsByTagName('section')[0].getElementsByTagName('a')[0];
|
||||
if (menu.offsetParent) menu.click();
|
||||
|
||||
}, false);
|
||||
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue