commit/galaxy-central: jgoecks: Fix duplicate inclusion of tipsy library in base panels.
1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/changeset/d07c00d96b60/ changeset: d07c00d96b60 user: jgoecks date: 2012-07-10 18:44:35 summary: Fix duplicate inclusion of tipsy library in base panels. affected #: 2 files diff -r 7dcea1c1c833dac37844430180db6705d4846aa3 -r d07c00d96b60746a1e83713530a9070bf818e16c templates/webapps/community/base_panels.mako --- a/templates/webapps/community/base_panels.mako +++ b/templates/webapps/community/base_panels.mako @@ -5,7 +5,6 @@ <%def name="javascripts()"> ${parent.javascripts()} - ${h.js( "jquery.tipsy" )} </%def> ## Masthead diff -r 7dcea1c1c833dac37844430180db6705d4846aa3 -r d07c00d96b60746a1e83713530a9070bf818e16c templates/webapps/galaxy/base_panels.mako --- a/templates/webapps/galaxy/base_panels.mako +++ b/templates/webapps/galaxy/base_panels.mako @@ -5,7 +5,6 @@ <%def name="javascripts()"> ${parent.javascripts()} - ${h.js( "jquery.tipsy" )} </%def> ## Masthead 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