]> git.immae.eu Git - github/shaarli/Shaarli.git/blobdiff - assets/common/js/picwall.js
Update thumbnail integration after rebasing the branch
[github/shaarli/Shaarli.git] / assets / common / js / picwall.js
diff --git a/assets/common/js/picwall.js b/assets/common/js/picwall.js
deleted file mode 100644 (file)
index 87a93fc..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-import Blazy from 'blazy';
-
-(() => {
-  const picwall = document.getElementById('picwall_container');
-  if (picwall != null) {
-    // Suppress ESLint error because that's how bLazy works
-    /* eslint-disable no-new */
-    new Blazy();
-  }
-})();