From cd55ead3e2810e209b726faca12fa749f6875d0f Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Sat, 16 Dec 2017 18:33:16 +0100 Subject: Fix A LOT of type problems, logic flaws, uninitialized variables etc. Most of them were found by phpstorm, so I put in some time and went through the list, fixing quite a bunch of them. --- script/install.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'script') diff --git a/script/install.js b/script/install.js index abb76d6f..719fab41 100644 --- a/script/install.js +++ b/script/install.js @@ -10,7 +10,7 @@ function slxRunInstall() { onceOnlyGoddammit = true; $('.install-btn').prop('disabled', true); var first = false; - list = $('.id-col').each(function () { + $('.id-col').each(function () { var id = $(this).text(); slxModules[id] = 'IDLE'; slxTries[id] = 0; -- cgit v1.2.3-55-g7522