MDL-32582 - filter/multimedia: MP3 Flow Player doesn't work in Chrome if empty stylesheets are present
This commit is contained in:
committed by
Dan Poltawski
parent
f2867a8672
commit
074236eee7
@@ -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)) {
|
||||
|
||||
Reference in New Issue
Block a user