diff options
author | Simon Rettberg | 2017-12-01 15:07:20 +0100 |
---|---|---|
committer | Simon Rettberg | 2017-12-01 15:07:20 +0100 |
commit | 493b2ce8bcde8609f51c9c755dec6bf8b366059e (patch) | |
tree | 2090ec09b682f02506fbc455ff1505c4bfc33f44 /script | |
parent | [inc/User] Fix getAllowedLocations for legacy permission manager (diff) | |
download | slx-admin-493b2ce8bcde8609f51c9c755dec6bf8b366059e.tar.gz slx-admin-493b2ce8bcde8609f51c9c755dec6bf8b366059e.tar.xz slx-admin-493b2ce8bcde8609f51c9c755dec6bf8b366059e.zip |
<install.php> add another button at the top
Diffstat (limited to 'script')
-rw-r--r-- | script/install.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/script/install.js b/script/install.js index 9738f1a2..abb76d6f 100644 --- a/script/install.js +++ b/script/install.js @@ -4,11 +4,11 @@ var slxTries = {}; var slxCurrent = false; var slxTimer = false; -function slxRunInstall(btn) { +function slxRunInstall() { if (onceOnlyGoddammit) return; - $(btn).prop('disabled', true); onceOnlyGoddammit = true; + $('.install-btn').prop('disabled', true); var first = false; list = $('.id-col').each(function () { var id = $(this).text(); |