From e131b1f71f08b69abb832c1687d1f29682d171f8 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