From 4ae47f11a7c2ab3b913d6298f24ef416e7f1d47f Mon Sep 17 00:00:00 2001 From: "(quasar) nebula" Date: Wed, 10 Mar 2021 11:49:52 -0400 Subject: remove THING_DIRECTORY constants once and for all replaced by urlSpec. nice! :D --- common/common.js | 17 ++++++----------- 1 file changed, 6 insertions(+), 11 deletions(-) (limited to 'common') diff --git a/common/common.js b/common/common.js index 92dca10..56ee7b3 100644 --- a/common/common.js +++ b/common/common.js @@ -60,17 +60,12 @@ const C = { // // Upd8 03/11/2020: Oh my god this was a pain to re-align (copying from // udp8.js over to shared.js). - ALBUM_DIRECTORY: 'album', - TRACK_DIRECTORY: 'track', - ARTIST_DIRECTORY: 'artist', - ARTIST_AVATAR_DIRECTORY: 'artist-avatar', - TAG_DIRECTORY: 'tag', - LISTING_DIRECTORY: 'list', - FLASH_DIRECTORY: 'flash', - NEWS_DIRECTORY: 'news', - GROUP_DIRECTORY: 'group', - COMMENTARY_DIRECTORY: 'commentary', - JS_DISABLED_DIRECTORY: 'js-disabled', + // + // Upd8 03/10/2021 (wow, almost exactly a year later): This code comment + // from literally the first day of wiki development is finally no longer + // necessary! It was commenting constnats like "ALBUM_DIRECTORY" 8efore. + // 8ut we don't have those constants anymore, 'cuz urlSpec in upd8.js + // covers all that! UNRELEASED_TRACKS_DIRECTORY: 'unreleased-tracks', OFFICIAL_GROUP_DIRECTORY: 'official', -- cgit 1.3.0-6-gf8a5