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:43 +08:00
committed by Dan Poltawski
parent f2867a8672
commit 074236eee7
+1
View File
@@ -1779,6 +1779,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)) {