From 426fd873046daf23856b8af8af9d2cda2e86e82f Mon Sep 17 00:00:00 2001 From: db-2001 Date: Fri, 26 Apr 2024 10:18:42 -0400 Subject: [PATCH] C9Glax/tranga-website #85 --- Website/interaction.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Website/interaction.js b/Website/interaction.js index 8095181..b0351ef 100644 --- a/Website/interaction.js +++ b/Website/interaction.js @@ -1064,7 +1064,7 @@ function GetValidSelector(str){ return clean.join(''); } -const stringToColour = (str) => { +function stringToColour = (str) => { let hash = 0; str.split('').forEach(char => { hash = char.charCodeAt(0) + ((hash << 5) - hash)