Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

conflict with other libraries #10

Open
greut opened this issue Oct 28, 2009 · 0 comments
Open

conflict with other libraries #10

greut opened this issue Oct 28, 2009 · 0 comments

Comments

@greut
Copy link

greut commented Oct 28, 2009

I just added a small jQuery.noConflict() and it seems to solve some issues :

Index: lib/rack/bug/views/toolbar.html.erb
===================================================================
--- lib/rack/bug/views/toolbar.html.erb (revision 1522)
+++ lib/rack/bug/views/toolbar.html.erb (working copy)
@@ -4,6 +4,9 @@
     document.write(unescape('%3Cscript src="' + jquery_url + '" type="text/javascript"%3E%3C/script%3E'));
   }
 </script>
+<script type="text/javascript">
+jQuery.noConflict();
+</script>
 <script type="text/javascript" src="/__rack_bug__/jquery.tablesorter.min.js"></script>
 <script type="text/javascript" src="/__rack_bug__/bug.js"></script>
 <style type="text/css" media="screen">
Napolskih pushed a commit to Napolskih/rack-bug that referenced this issue May 12, 2014
Sphinx panel, with AJAX support
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant