diff --git a/www/css/styles.css b/www/css/styles.css index f4b8978..8d42838 100644 --- a/www/css/styles.css +++ b/www/css/styles.css @@ -38,7 +38,7 @@ input.money-input::-webkit-inner-spin-button { } input.money-input { - -moz-appearance:textfield; + -moz-appearance: textfield; } input.money-input:focus::-moz-placeholder { diff --git a/www/js/home.js b/www/js/home.js index 1f82bff..a4e3f60 100644 --- a/www/js/home.js +++ b/www/js/home.js @@ -93,4 +93,9 @@ function loadHomePage(callback) { callback(); } }); -} \ No newline at end of file +} + +setTimeout(function () { + loadHomePage(function () { + }); +}, 500); \ No newline at end of file diff --git a/www/pages/home.html b/www/pages/home.html index 44c9866..e85f28b 100644 --- a/www/pages/home.html +++ b/www/pages/home.html @@ -124,19 +124,13 @@
- +
+ +
- - \ No newline at end of file