From 1c538bfabc2cd31f27067505f0c3d1a46cba6ef0 Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Thu, 9 Jul 2015 22:18:55 -0700 Subject: RT 4.2.11, ticket#13852 --- rt/share/static/js/jquery_noconflict.js | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 rt/share/static/js/jquery_noconflict.js (limited to 'rt/share/static/js/jquery_noconflict.js') diff --git a/rt/share/static/js/jquery_noconflict.js b/rt/share/static/js/jquery_noconflict.js new file mode 100644 index 000000000..48eab5ae6 --- /dev/null +++ b/rt/share/static/js/jquery_noconflict.js @@ -0,0 +1,4 @@ +/** + * noConflict.js - Tell jQuery not to clobber $() + */ +jQuery.noConflict(); -- cgit v1.2.1