From 003f594f6348b55109dd66416e75fcc2a88faade Mon Sep 17 00:00:00 2001 From: "(quasar) nebula" Date: Sat, 26 Nov 2022 23:44:08 -0400 Subject: finish up cosmetic style changes --- src/static/client.js | 5 +---- src/static/lazy-loading.js | 2 -- 2 files changed, 1 insertion(+), 6 deletions(-) (limited to 'src/static') diff --git a/src/static/client.js b/src/static/client.js index 1ffcb939..32fb2abe 100644 --- a/src/static/client.js +++ b/src/static/client.js @@ -1,5 +1,3 @@ -/** @format */ - // This is the JS file that gets loaded on the client! It's only really used for // the random track feature right now - the idea is we only use it for stuff // that cannot 8e done at static-site compile time, 8y its fundamentally @@ -392,8 +390,7 @@ function makeInfoCardLinkHandlers(type) { fastHover = true; infoCard.show(type, evt.target); }, - fastHover ? FAST_HOVER_INFO_DELAY : NORMAL_HOVER_INFO_DELAY - ); + fastHover ? FAST_HOVER_INFO_DELAY : NORMAL_HOVER_INFO_DELAY); clearTimeout(endFastHoverTimeout); endFastHoverTimeout = null; diff --git a/src/static/lazy-loading.js b/src/static/lazy-loading.js index 1b779d26..b5b0a368 100644 --- a/src/static/lazy-loading.js +++ b/src/static/lazy-loading.js @@ -1,5 +1,3 @@ -/** @format */ - // Lazy loading! Roll your own. Woot. // This file includes a 8unch of fall8acks and stuff like that, and is written // with fairly Olden JavaScript(TM), so as to work on pretty much any 8rowser -- cgit 1.3.0-6-gf8a5