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/misc | |
parent | a2885e497c74fc2f85055df86d6978db2a8aac77 (diff) |
RT# 81706 Remove redundant loads of jquery.js
Diffstat (limited to 'httemplate/misc')
-rw-r--r-- | httemplate/misc/edge_browser_check-iframe.html | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/httemplate/misc/edge_browser_check-iframe.html b/httemplate/misc/edge_browser_check-iframe.html index 086178442..1a10bcd8b 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() ) { |