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
305fbe760a
commit
8290c59cdf
@@ -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)) {
|
||||
|
||||
Reference in New Issue
Block a user