diff options
| author | 2016-02-28 00:09:19 +0100 | |
|---|---|---|
| committer | 2016-02-28 00:09:19 +0100 | |
| commit | bd58a0a12c21a03574589bb0ad2fc233f4f27a6e (patch) | |
| tree | 3df1b570972a5ec941e6bf28db487cbd72dc77a2 /p/scripts | |
| parent | cb625a5fbad5279fffe241ff9855194cd1a6c387 (diff) | |
| parent | 995cf58d249c6a2ddfd042cc5b509914295c882f (diff) | |
Merge branch 'CSP-no-inline' into dev
Diffstat (limited to 'p/scripts')
| -rw-r--r-- | p/scripts/install.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/p/scripts/install.js b/p/scripts/install.js index 52d8bf8e0..9a49e6031 100644 --- a/p/scripts/install.js +++ b/p/scripts/install.js @@ -42,7 +42,7 @@ function auth_type_change() { var auth_type = document.getElementById('auth_type'); if (auth_type) { auth_type_change(); - auth_type_change.addEventListener('change', auth_type_change); + auth_type.addEventListener('change', auth_type_change); } function mySqlShowHide() { |
