Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
jlopez
wicopa
Commits
5089ee64
Commit
5089ee64
authored
Mar 05, 2020
by
root
Browse files
Revert "Fix bug typo"
This reverts commit
c8d4a8aa
.
parent
c8d4a8aa
Changes
1
Hide whitespace changes
Inline
Side-by-side
index.php
View file @
5089ee64
...
...
@@ -403,7 +403,7 @@ require_once "./inc/php/buildHeader.php";
echo
"for(var i = 0; i < options.length; i++) {\n"
;
echo
"if(options[i].value ==
\"
$value->manager
\"
) {\n"
;
echo
"document.getElementById('selectedInstaller').getElementsByTagName('option')[i].selected = 'selected'
;
\n
"
;
echo
"document.getElementById('selectedInstaller').getElementsByTagName('option')[i].selected = 'selected'
\n
"
;
echo
"}
\n
"
;
echo
"}
\n
"
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment