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:51:20 -0500 |
| commit | 34ca4dcb1b76194d63d02ae459075fa001d65b1c (patch) | |
| tree | 1e5a5077e4ad9bf3d9a34b34d7fca8c55c0df570 /httemplate/elements/tr-select-reason.html | |
| parent | 91b74d22933e757040ee90c2fd9b2c0abe96fc62 (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 f25171fef..6a21c5529 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() { |
