diff --git a/inc/spot.php b/inc/spot.php
index 07688a5..dde2a1a 100755
--- a/inc/spot.php
+++ b/inc/spot.php
@@ -133,7 +133,8 @@ class Spot extends Main
'filepath_js_leaflet' => self::addTimestampToFilePath('script/leaflet.min.js'),
'filepath_js_jquery' => self::addTimestampToFilePath('script/jquery.min.js'),
'filepath_js_jquery_mods' => self::addTimestampToFilePath('script/jquery.mods.js'),
- 'filepath_js_spot' => self::addTimestampToFilePath('script/spot.js')
+ 'filepath_js_spot' => self::addTimestampToFilePath('script/spot.js'),
+ 'filepath_js_lightbox' => self::addTimestampToFilePath('script/lightbox.js')
)
);
}
diff --git a/masks/index.html b/masks/index.html
index ff538a7..44f0138 100755
--- a/masks/index.html
+++ b/masks/index.html
@@ -25,6 +25,7 @@
+