Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Tenzing
/
Tz Tools
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
8bf52a3e
authored
2015-03-27 17:04:17 -0400
by
Marty Penner
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Fix bugs in dynamically-generated JS
1 parent
8accee07
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
com/HTML/HTML.php
com/HTML/HTML.php
View file @
8bf52a3
...
...
@@ -331,7 +331,7 @@ function form_linked_dropdown(
jQuery("#'
.
$name
.
'").show();
var options =
new
[];
var options = [];
var select = document.getElementById("'
.
$name
.
'");
select.disabled = false;
while (select.firstChild)
...
...
@@ -432,7 +432,7 @@ if (!function_exists('formLinkedDropdownWithExtra')) {
jQuery("#'
.
$name
.
'_custom").attr("disabled", "disabled").hide();
jQuery("#'
.
$name
.
'").show();
var options =
[]ray()
;
var options =
[]
;
var select = document.getElementById("'
.
$name
.
'");
select.disabled = false;
while (select.firstChild)
...
...
Please
register
or
sign in
to post a comment