about summary refs log tree commit diff stats
path: root/html
diff options
context:
space:
mode:
Diffstat (limited to 'html')
-rw-r--r--html/broughlike/index.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/html/broughlike/index.html b/html/broughlike/index.html
index 46e3732..a1d9650 100644
--- a/html/broughlike/index.html
+++ b/html/broughlike/index.html
@@ -76,6 +76,7 @@
             combatDotBoss: '#b70030'
         };
 
+        // FIXME: Scopingm and whatnot.
         // let hardMode = localStorage.getItem('hardMode') || false;
         let hardModeModifier = 0;
         // const toggleHardMode = () => {