MDL-32582 - filter/multimedia: MP3 Flow Player doesn't work in Chrome if empty stylesheets are present

This commit is contained in:
Paul Nicholls
2012-07-12 13:40:57 +08:00
committed by Dan Poltawski
parent 305fbe760a
commit 8290c59cdf
+1
View File
@@ -1710,6 +1710,7 @@ M.util.load_flowplayer = function() {
// why??
continue;
}
if (!allrules) continue;
for(var i=0; i<allrules.length; i++) {
rule = '';
if (/^\.mp3flowplayer_.*Color$/.test(allrules[i].selectorText)) {