diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2018-05-01 00:10:30 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2018-05-01 00:10:30 +0200 |
| commit | 01c49d563033d586a06569ed5503e183a524a552 (patch) | |
| tree | 601f074e69831d59c88a3dc06a44f7fb3dec0a44 /StoneIsland/www/js/index.js | |
| parent | 2427a6d57d735914c10a5cd446eb72b112a652a5 (diff) | |
imageviewer working
Diffstat (limited to 'StoneIsland/www/js/index.js')
| -rwxr-xr-x | StoneIsland/www/js/index.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/StoneIsland/www/js/index.js b/StoneIsland/www/js/index.js index 164d98cc..9b54ad44 100755 --- a/StoneIsland/www/js/index.js +++ b/StoneIsland/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") } |
