diff --git a/copyparty/web/baguettebox.js b/copyparty/web/baguettebox.js
index 5596eb6e..4b132a49 100644
--- a/copyparty/web/baguettebox.js
+++ b/copyparty/web/baguettebox.js
@@ -1,3 +1,5 @@
+"use strict";
+
/*!
* baguetteBox.js
* @author feimosi
@@ -5,6 +7,8 @@
* @url https://github.com/feimosi/baguetteBox.js
*/
+var J_BBX = 1;
+
window.baguetteBox = (function () {
'use strict';
@@ -1359,3 +1363,5 @@ window.baguetteBox = (function () {
destroy: destroyPlugin
};
})();
+
+J_BBX = 2;
diff --git a/copyparty/web/browser.html b/copyparty/web/browser.html
index 0fcbadf3..e8a91c5a 100644
--- a/copyparty/web/browser.html
+++ b/copyparty/web/browser.html
@@ -156,7 +156,13 @@
{%- if js %}
{%- endif %}
+