commit/galaxy-central: james_taylor: Fix leftover debug code
1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/fc99a36f9d21/ changeset: fc99a36f9d21 user: james_taylor date: 2013-02-03 00:29:05 summary: Fix leftover debug code affected #: 2 files diff -r 708d0ccee63fc75eb88e5dc3a9e0d6d3e5ff72e7 -r fc99a36f9d2195bc742f6e557ae56b7b61ad6766 templates/base.mako --- a/templates/base.mako +++ b/templates/base.mako @@ -54,7 +54,7 @@ ${h.js( "mvc/ui" )} - + <script type="text/javascript"> // console protection window.console = window.console || { diff -r 708d0ccee63fc75eb88e5dc3a9e0d6d3e5ff72e7 -r fc99a36f9d2195bc742f6e557ae56b7b61ad6766 templates/root/tool_menu.mako --- a/templates/root/tool_menu.mako +++ b/templates/root/tool_menu.mako @@ -74,7 +74,7 @@ }); */ - $( '.tooltip' ).tooltip().foasdasdasdoo(); + $( '.tooltip' ).tooltip(); // TODO: is this necessary? $( "a[minsizehint]" ).click( function() { Repository URL: https://bitbucket.org/galaxy/galaxy-central/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email.
participants (1)
-
Bitbucket