diff options
author | Mitch Jackson <mitch@freeside.biz> | 2019-01-07 19:55:06 -0500 |
---|---|---|
committer | Mitch Jackson <mitch@freeside.biz> | 2019-01-07 19:55:06 -0500 |
commit | d80e78b7233271355ad601849369991a07d84e86 (patch) | |
tree | 2d9fdd376612b4f382d82b14e3c1e36f4561059a /httemplate/browse | |
parent | a2885e497c74fc2f85055df86d6978db2a8aac77 (diff) |
RT# 81706 Remove redundant loads of jquery.js
Diffstat (limited to 'httemplate/browse')
-rwxr-xr-x | httemplate/browse/part_pkg_taxproduct/suretax.html | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/httemplate/browse/part_pkg_taxproduct/suretax.html b/httemplate/browse/part_pkg_taxproduct/suretax.html index 4605c1f34..91f37376c 100755 --- a/httemplate/browse/part_pkg_taxproduct/suretax.html +++ b/httemplate/browse/part_pkg_taxproduct/suretax.html @@ -16,7 +16,6 @@ 'nohtmlheader' => 1, 'disable_total' => 1, &> -<script src="<% $fsurl %>elements/jquery.js"></script> <script> var category_labels = <% encode_json(\%category_labels) %>; $().ready(function() { |