parent
ac32d93050
commit
34f8f8c33c
@ -1,3 +1,6 @@ |
||||
document.addEventListener('deviceready', function() { |
||||
navigator.splashscreen.hide(); |
||||
}, false); |
||||
|
||||
// FirefoxOS needs this for :active CSS rules (since it ignores :hover anyway)
|
||||
document.addEventListener("touchstart", function(){}, true); |
||||
|
Loading…
Reference in new issue