summaryrefslogtreecommitdiff
path: root/StoneIsland/www/js/index.js
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2018-05-01 00:10:30 +0200
committerJules Laplace <julescarbon@gmail.com>2018-05-01 00:10:30 +0200
commit01c49d563033d586a06569ed5503e183a524a552 (patch)
tree601f074e69831d59c88a3dc06a44f7fb3dec0a44 /StoneIsland/www/js/index.js
parent2427a6d57d735914c10a5cd446eb72b112a652a5 (diff)
imageviewer working
Diffstat (limited to 'StoneIsland/www/js/index.js')
-rwxr-xr-xStoneIsland/www/js/index.js1
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")
}