From 690a7b53a72ac71f9f76260fa50c634566c4e984 Mon Sep 17 00:00:00 2001 From: "(quasar) nebula" Date: Mon, 28 Nov 2022 23:25:05 -0400 Subject: divide things.js into modular files (hilariously) --- 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 e9286ab0..b5ed6868 100644 --- a/src/static/client.js +++ b/src/static/client.js @@ -1,3 +1,5 @@ +/* eslint-env browser */ + // 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 -- cgit 1.3.0-6-gf8a5