diff options
author | Mitch Jackson <mitch@freeside.biz> | 2018-11-14 19:40:13 -0500 |
---|---|---|
committer | Mitch Jackson <mitch@freeside.biz> | 2018-11-14 21:30:15 -0500 |
commit | 828eb6d552b55242b95e8fcfd252e5e74a8569f1 (patch) | |
tree | b44f62e67085c6d84d231e6dd28c0e6fa0302412 /httemplate/misc | |
parent | 1d9fd3b93be720823656cd23db79ff74e2e7a829 (diff) |
RT# 81706 jQuery upgrade
Diffstat (limited to 'httemplate/misc')
-rw-r--r-- | httemplate/misc/edge_browser_check-iframe.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/httemplate/misc/edge_browser_check-iframe.html b/httemplate/misc/edge_browser_check-iframe.html index 61ae9a0bd..086178442 100644 --- a/httemplate/misc/edge_browser_check-iframe.html +++ b/httemplate/misc/edge_browser_check-iframe.html @@ -8,6 +8,7 @@ </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() ) { |