summaryrefslogtreecommitdiff
path: root/StoneIsland/platforms/ios/www/js/lib/_router.js
diff options
context:
space:
mode:
authorRene Ae <aehtyb@gmail.com>2015-12-09 17:37:55 -0600
committerRene Ae <aehtyb@gmail.com>2015-12-09 17:37:55 -0600
commit0791548d795548240d89683cb3a041ae863a5c93 (patch)
tree45bfb09c7377a12c9528d8f4a719a94dc29d3532 /StoneIsland/platforms/ios/www/js/lib/_router.js
parent6f468508553cc7231367d3ed35dba54283bdebb6 (diff)
android
Diffstat (limited to 'StoneIsland/platforms/ios/www/js/lib/_router.js')
-rwxr-xr-xStoneIsland/platforms/ios/www/js/lib/_router.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/StoneIsland/platforms/ios/www/js/lib/_router.js b/StoneIsland/platforms/ios/www/js/lib/_router.js
index b1fa1c97..5cd09d6c 100755
--- a/StoneIsland/platforms/ios/www/js/lib/_router.js
+++ b/StoneIsland/platforms/ios/www/js/lib/_router.js
@@ -86,6 +86,7 @@ var SiteRouter = Router.extend({
app.view = app[name]
}
app.header.set_back( !! app.view.back )
+ console.log("showing now")
app.view.show()
}.bind(this)
return fn