diff options
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 |
commit | 0c471738994f0cb4fd87fa53ed9f61ab50dbb82a (patch) | |
tree | 9d71a9854ec7e7428d283bad1b243df2849b2739 /src | |
parent | 21583d436d2eec6137fc84e6fbd9866a5cf8b860 (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!
Diffstat (limited to 'src')
-rw-r--r-- | src/static/client.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/static/client.js b/src/static/client.js index efae8501..35ef82ee 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 -------------------------------------- |