mirror of
https://github.com/moodle/moodle.git
synced 2025-01-18 14:03:52 +01:00
merged from 1.9
This commit is contained in:
parent
b738808bb3
commit
6487c75230
@ -7,7 +7,7 @@
|
||||
if (top.user) {
|
||||
top.document.getElementsByTagName('frameset')[0].rows = "117,30%,0,200";
|
||||
}
|
||||
|
||||
|
||||
// correct some Safari 2 (webkit 419.3) rtl rendering issues
|
||||
if($.browser.version == '419.3') {
|
||||
if ($('body.dir-rtl').length) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user