diff options
author | Mitch Jackson <mitch@freeside.biz> | 2018-11-09 15:09:37 -0500 |
---|---|---|
committer | Mitch Jackson <mitch@freeside.biz> | 2018-11-09 15:09:51 -0500 |
commit | 9a9eb2c2fcda78be903c418239b9a51b18c51d33 (patch) | |
tree | ec88f0ec25e924cad97de437e98dcc4ecbcd017d /httemplate/elements/tr-select-reason.html | |
parent | a2403695de3d9802bb5ce10bf64f64d8358141a9 (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 a4e0c033e..64648ba54 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() { |