diff --git a/index.html b/index.html index febf330..630491c 100644 --- a/index.html +++ b/index.html @@ -46,6 +46,8 @@ + +
diff --git a/js/app.js b/js/app.js new file mode 100644 index 0000000..32e8cac --- /dev/null +++ b/js/app.js @@ -0,0 +1,3 @@ +document.addEventListener('deviceready', function() { + navigator.splashscreen.hide(); +}, false);