diff options
Diffstat (limited to 'src/static')
-rw-r--r-- | src/static/client2.js | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/static/client2.js b/src/static/client2.js index 36dba2d1..0cdb8b0e 100644 --- a/src/static/client2.js +++ b/src/static/client2.js @@ -4,11 +4,8 @@ // 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 // ephemeral nature. -// -// Upd8: As of 04/02/2021, it's now used for info cards too! Nice. import {getColors} from '../util/colors.js'; - import {getArtistNumContributions} from '../util/wiki-data.js'; let albumData, artistData; |