1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/870ed2858703/ Changeset: 870ed2858703 User: guerler Date: 2013-06-25 20:09:50 Summary: Fix Galaxy CSS utility Affected #: 1 file diff -r 75bc22eefbd917b15d118ebbbe01cb2e01864c0d -r 870ed28587032d80fd955ca31c94bf0977f86165 static/scripts/utils/galaxy.css.js --- a/static/scripts/utils/galaxy.css.js +++ b/static/scripts/utils/galaxy.css.js @@ -28,7 +28,7 @@ function load_file (url) { // check if css is already available - if (!$('link[href="' + url + '"]').length) + if (!$('link[href^="' + url + '"]').length) $('<link href="' + url + '" rel="stylesheet">').appendTo('head'); }; 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.