mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00
MDL-29980 fix rules typo
Credit goes to Paul Nicholls.
This commit is contained in:
parent
38e9a1cc79
commit
18382a85fe
1 changed files with 1 additions and 1 deletions
|
@ -1692,7 +1692,7 @@ M.util.load_flowplayer = function() {
|
||||||
rule = '';
|
rule = '';
|
||||||
if (/^\.mp3flowplayer_.*Color$/.test(allrules[i].selectorText)) {
|
if (/^\.mp3flowplayer_.*Color$/.test(allrules[i].selectorText)) {
|
||||||
if (typeof(allrules[i].cssText) != 'undefined') {
|
if (typeof(allrules[i].cssText) != 'undefined') {
|
||||||
rule = allrules[i].style.cssText;
|
rule = allrules[i].cssText;
|
||||||
} else if (typeof(allrules[i].style.cssText) != 'undefined') {
|
} else if (typeof(allrules[i].style.cssText) != 'undefined') {
|
||||||
rule = allrules[i].style.cssText;
|
rule = allrules[i].style.cssText;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue