« get me outta code hell

client: comment out info card code - hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
diff options
context:
space:
mode:
author(quasar) nebula <qznebula@protonmail.com>2023-04-15 20:15:19 -0300
committer(quasar) nebula <qznebula@protonmail.com>2023-04-15 20:15:40 -0300
commit0c471738994f0cb4fd87fa53ed9f61ab50dbb82a (patch)
tree9d71a9854ec7e7428d283bad1b243df2849b2739
parent21583d436d2eec6137fc84e6fbd9866a5cf8b860 (diff)
client: comment out info card code
This gets in the way of some later stuff in the file, so nope,
see ya for now!
-rw-r--r--src/static/client.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/static/client.js b/src/static/client.js
index efae850..35ef82e 100644
--- a/src/static/client.js
+++ b/src/static/client.js
@@ -216,6 +216,7 @@ fetch(rebase('data.json', 'rebaseShared'))
 
 // Data & info card ---------------------------------------
 
+/*
 const NORMAL_HOVER_INFO_DELAY = 750;
 const FAST_HOVER_INFO_DELAY = 250;
 const END_FAST_HOVER_DELAY = 500;
@@ -444,6 +445,7 @@ function addInfoCardLinkHandlers(type) {
 if (localStorage.tryInfoCards) {
   addInfoCardLinkHandlers('track');
 }
+*/
 
 // Custom hash links --------------------------------------