diff options
Diffstat (limited to 'StoneIsland/platforms/ios/www/index.html')
| -rwxr-xr-x | StoneIsland/platforms/ios/www/index.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/StoneIsland/platforms/ios/www/index.html b/StoneIsland/platforms/ios/www/index.html index fb5a3c0a..943b2b05 100755 --- a/StoneIsland/platforms/ios/www/index.html +++ b/StoneIsland/platforms/ios/www/index.html @@ -20,6 +20,7 @@ <link rel="stylesheet" type="text/css" href="css/fonts/fonts.css"> <link rel="stylesheet" type="text/css" href="css/fonts/ionicons.css"> <link rel="stylesheet" type="text/css" href="css/vendor/flickity.css"> + <link rel="stylesheet" type="text/css" href="css/vendor/imageviewer.css"> <link rel="stylesheet" type="text/css" href="css/index.css"> <link rel="stylesheet" type="text/css" href="css/nav.css"> <link rel="stylesheet" type="text/css" href="css/account.css"> @@ -1087,6 +1088,7 @@ <script src="js/vendor/lodash.min.js"></script> <script src="js/vendor/moment.js"></script> <script src="js/vendor/oktween.js"></script> +<script src="js/vendor/imageviewer.js"></script> <script src="js/vendor/prefixfree.js"></script> <script src="js/vendor/promise.js"></script> <script src="js/vendor/flickity.pkgd.js"></script> |
