diff options
| author | Mark Wells <mark@freeside.biz> | 2015-07-13 20:55:30 -0700 |
|---|---|---|
| committer | Mark Wells <mark@freeside.biz> | 2015-07-13 20:55:39 -0700 |
| commit | 509767cdde6504eb82120187cfb4b73d9d5cb6f0 (patch) | |
| tree | 7070da68a8c87f7572078f6e514f779157269a68 /rt/share/html/Admin/Elements/SelectScripCondition | |
| parent | 1072419d5b3ac39246017614ab312fba3a9bd7a0 (diff) | |
remove "create ticket on custom field change" (#10139) to avoid conflicts with RT 4.2
Diffstat (limited to 'rt/share/html/Admin/Elements/SelectScripCondition')
| -rwxr-xr-x | rt/share/html/Admin/Elements/SelectScripCondition | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/rt/share/html/Admin/Elements/SelectScripCondition b/rt/share/html/Admin/Elements/SelectScripCondition index ae663c764..2cc5bc9c7 100755 --- a/rt/share/html/Admin/Elements/SelectScripCondition +++ b/rt/share/html/Admin/Elements/SelectScripCondition @@ -45,10 +45,7 @@ %# those contributions and any derivatives thereof. %# %# END BPS TAGGED BLOCK }}} -<select name="<%$Name%>" -onchange="var idobj = document.getElementsByName('id')[0]; -if (idobj.value=='new') idobj.value = ''; -form.submit()"> +<select name="<%$Name%>"> <option value="" <% ! defined $Default && qq[ selected="selected"] %> >-</option> |
