1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/changeset/f4e720d9f182/ changeset: f4e720d9f182 user: james_taylor date: 2012-07-20 17:26:17 summary: remove reference to modernizr in base_panels, not yet used affected #: 1 file diff -r 724c07bf72efdb66070b7ca396800b2cfb1b2012 -r f4e720d9f182cb8216fdd2174fe3ab83d0350a24 templates/base_panels.mako --- a/templates/base_panels.mako +++ b/templates/base_panels.mako @@ -48,7 +48,7 @@ <!--[if lt IE 7]> ${h.js( 'IE7', 'ie7-recalc' )} <![endif]--> - ${h.js( 'modernizr', 'jquery', 'libs/underscore', 'libs/backbone', 'libs/backbone-relational', 'libs/handlebars.runtime', 'mvc/ui' )} + ${h.js( 'jquery', 'libs/underscore', 'libs/backbone', 'libs/backbone-relational', 'libs/handlebars.runtime', 'mvc/ui' )} <script type="text/javascript"> // Set up needed paths. var galaxy_paths = new GalaxyPaths({ 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.