From cf6ebae2d768a3e39328d65f1250d06982c77e7e Mon Sep 17 00:00:00 2001 From: Pinapelz Date: Sat, 8 Feb 2025 21:58:40 -0800 Subject: small refactor --- tiers.js | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'tiers.js') diff --git a/tiers.js b/tiers.js index a80a71a..3653992 100644 --- a/tiers.js +++ b/tiers.js @@ -1,3 +1,11 @@ +/* +Interactive Tiers +Original code from: https://github.com/silverweed/tiers +Modified by: pinapelz +Licensed Under WTFPL +*/ + + 'use strict'; const MAX_NAME_LEN = 200; -- cgit v1.2.3