summaryrefslogtreecommitdiff
path: root/StoneIsland/platforms/ios/www/js/lib/_router.js
diff options
context:
space:
mode:
Diffstat (limited to 'StoneIsland/platforms/ios/www/js/lib/_router.js')
-rwxr-xr-xStoneIsland/platforms/ios/www/js/lib/_router.js7
1 files changed, 2 insertions, 5 deletions
diff --git a/StoneIsland/platforms/ios/www/js/lib/_router.js b/StoneIsland/platforms/ios/www/js/lib/_router.js
index 6ec14825..9927712a 100755
--- a/StoneIsland/platforms/ios/www/js/lib/_router.js
+++ b/StoneIsland/platforms/ios/www/js/lib/_router.js
@@ -58,11 +58,8 @@ var SiteRouter = Router.extend({
this.route()
}
this.initial_route = null
-
- if (window.cordova) {
- navigator.splashscreen.hide()
- }
- $("body").removeClass("loading")
+
+ app.finished_launching()
},
go: function(url){