We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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">
The text was updated successfully, but these errors were encountered:
Merge pull request brynary#10 from oggy/sphinx
07765b3
Sphinx panel, with AJAX support
No branches or pull requests
I just added a small jQuery.noConflict() and it seems to solve some issues :
The text was updated successfully, but these errors were encountered: