diff --git a/.jshintrc b/.jshintrc index d22fe13..f2d58b4 100644 --- a/.jshintrc +++ b/.jshintrc @@ -2,5 +2,6 @@ "esversion": 6, // Allow array["access"]. We use this with localStorage to avoid any // aggressive minification doing variable name optimisation - "sub": true + "sub": true, + "loopfunc": true } \ No newline at end of file diff --git a/index.html b/index.html index 9230440..fb42f9a 100644 --- a/index.html +++ b/index.html @@ -23,54 +23,6 @@
-