summaryrefslogtreecommitdiffstats
path: root/script/install.js
diff options
context:
space:
mode:
Diffstat (limited to 'script/install.js')
-rw-r--r--script/install.js2
1 files changed, 1 insertions, 1 deletions
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;