summaryrefslogtreecommitdiff
path: root/rt/share/static/js/jquery_noconflict.js
diff options
context:
space:
mode:
Diffstat (limited to 'rt/share/static/js/jquery_noconflict.js')
-rw-r--r--rt/share/static/js/jquery_noconflict.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/rt/share/static/js/jquery_noconflict.js b/rt/share/static/js/jquery_noconflict.js
new file mode 100644
index 0000000..48eab5a
--- /dev/null
+++ b/rt/share/static/js/jquery_noconflict.js
@@ -0,0 +1,4 @@
+/**
+ * noConflict.js - Tell jQuery not to clobber $()
+ */
+jQuery.noConflict();