diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2018-05-01 01:03:47 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2018-05-01 01:03:47 +0200 |
| commit | dd95ee4beebd769ec947cd128a4ddce884b190de (patch) | |
| tree | 9bbe9b872261cb0dced1f7796461e7951ce6dac0 /StoneIsland/platforms/ios/www/js/index.js | |
| parent | 881ad16da91e0b999f0f354b10bc84b9fcfb5e42 (diff) | |
building all seems to work
Diffstat (limited to 'StoneIsland/platforms/ios/www/js/index.js')
| -rwxr-xr-x | StoneIsland/platforms/ios/www/js/index.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/StoneIsland/platforms/ios/www/js/index.js b/StoneIsland/platforms/ios/www/js/index.js index 164d98cc..9b54ad44 100755 --- a/StoneIsland/platforms/ios/www/js/index.js +++ b/StoneIsland/platforms/ios/www/js/index.js @@ -127,6 +127,7 @@ var app = (function(){ if (window.deepLinkRoute) { app.router.go(window.deepLinkRoute) } + app.fullscreenViewer = ImageViewer() $("body").removeClass("loading") } |
