diff options
| author | Mitch Jackson <mitch@freeside.biz> | 2018-11-09 15:09:37 -0500 |
|---|---|---|
| committer | Mitch Jackson <mitch@freeside.biz> | 2018-11-09 16:42:35 -0500 |
| commit | 56424799d5480be18cf21207d1e7f319d2719f35 (patch) | |
| tree | ec21c3a75d4f62540f89d16c30ad312f7998c64b /httemplate/elements/tr-select-reason.html | |
| parent | 7f1bc260ca39c9a8ab53d24b51dc5610d893a76a (diff) | |
RT# 81712 Reduce unnecessary xmlhttp calls
Diffstat (limited to 'httemplate/elements/tr-select-reason.html')
| -rwxr-xr-x | httemplate/elements/tr-select-reason.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/httemplate/elements/tr-select-reason.html b/httemplate/elements/tr-select-reason.html index b0aa94af5..8cb922381 100755 --- a/httemplate/elements/tr-select-reason.html +++ b/httemplate/elements/tr-select-reason.html @@ -43,6 +43,7 @@ Example: <& /elements/xmlhttp.html, url => $p . 'misc/xmlhttp-reason-hint.html', subs => [ 'get_hint' ], + skip_empty => 1, &> <SCRIPT TYPE="text/javascript"> function <% $id %>_changed() { |
