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:30 -0700 |
| commit | d0b51206d9d8ba21b820df6be0a342179fea68aa (patch) | |
| tree | ebaf2dbe8f92cc605f9bd6e7b5c14e1980cea47d /rt/share/html/Admin/Elements/SelectScripCondition | |
| parent | 204aaf4c7b3ba6a2416a4133ba0079305b4f4bdc (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> |
