diff --git a/static/scripts/utils/galaxy.css.js b/static/scripts/utils/galaxy.css.js index d5c725fab85..4e9ebfc56fe 100644 --- a/static/scripts/utils/galaxy.css.js +++ b/static/scripts/utils/galaxy.css.js @@ -28,7 +28,7 @@ function get_attribute (classname, name) function load_file (url) { // check if css is already available - if (!$('link[href="' + url + '"]').length) + if (!$('link[href^="' + url + '"]').length) $('').appendTo('head'); };