summaryrefslogtreecommitdiff
path: root/httemplate
diff options
context:
space:
mode:
authorMitch Jackson <mitch@freeside.biz>2019-01-07 19:55:06 -0500
committerMitch Jackson <mitch@freeside.biz>2019-01-07 19:55:06 -0500
commitd80e78b7233271355ad601849369991a07d84e86 (patch)
tree2d9fdd376612b4f382d82b14e3c1e36f4561059a /httemplate
parenta2885e497c74fc2f85055df86d6978db2a8aac77 (diff)
RT# 81706 Remove redundant loads of jquery.js
Diffstat (limited to 'httemplate')
-rwxr-xr-xhttemplate/browse/part_pkg_taxproduct/suretax.html1
-rw-r--r--httemplate/graph/report_cust_bill_pkg.html2
-rw-r--r--httemplate/misc/edge_browser_check-iframe.html2
3 files changed, 0 insertions, 5 deletions
diff --git a/httemplate/browse/part_pkg_taxproduct/suretax.html b/httemplate/browse/part_pkg_taxproduct/suretax.html
index 4605c1f..91f3737 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() {
diff --git a/httemplate/graph/report_cust_bill_pkg.html b/httemplate/graph/report_cust_bill_pkg.html
index 93531fb..d675aad 100644
--- a/httemplate/graph/report_cust_bill_pkg.html
+++ b/httemplate/graph/report_cust_bill_pkg.html
@@ -1,8 +1,6 @@
<& /elements/header.html,
{ title => 'Sales Report',
head => '
- <SCRIPT TYPE="text/javascript" SRC="'. $p. 'elements/jquery.js"></SCRIPT>
- <SCRIPT TYPE="text/javascript" SRC="'. $p. 'elements/jquery-migrate-3.0.1.min.js"></SCRIPT>
<SCRIPT TYPE="text/javascript" SRC="'. $p. 'elements/spectrum.js"></SCRIPT>
<LINK REL="stylesheet" HREF="'. $p. 'elements/spectrum.css" />',
}
diff --git a/httemplate/misc/edge_browser_check-iframe.html b/httemplate/misc/edge_browser_check-iframe.html
index 0861784..1a10bcd 100644
--- a/httemplate/misc/edge_browser_check-iframe.html
+++ b/httemplate/misc/edge_browser_check-iframe.html
@@ -7,8 +7,6 @@
<input id="canary-submit" type="submit">
</form>
-<script type="text/javascript" src="<% $fsurl %>elements/jquery.js"></script>
-<SCRIPT SRC="<% $fsurl %>elements/jquery-migrate-3.0.1.min.js"></SCRIPT>
<script type="text/javascript">
$( function() {
if ( ! $("#canary-result").val() ) {