From 0c471738994f0cb4fd87fa53ed9f61ab50dbb82a Mon Sep 17 00:00:00 2001 From: "(quasar) nebula" Date: Sat, 15 Apr 2023 20:15:19 -0300 Subject: client: comment out info card code This gets in the way of some later stuff in the file, so nope, see ya for now! --- src/static/client.js | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/static/client.js') 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 -------------------------------------- -- cgit 1.3.0-6-gf8a5