mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00
merged from 1.9
This commit is contained in:
parent
b738808bb3
commit
6487c75230
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
||||||
if (top.user) {
|
if (top.user) {
|
||||||
top.document.getElementsByTagName('frameset')[0].rows = "117,30%,0,200";
|
top.document.getElementsByTagName('frameset')[0].rows = "117,30%,0,200";
|
||||||
}
|
}
|
||||||
|
|
||||||
// correct some Safari 2 (webkit 419.3) rtl rendering issues
|
// correct some Safari 2 (webkit 419.3) rtl rendering issues
|
||||||
if($.browser.version == '419.3') {
|
if($.browser.version == '419.3') {
|
||||||
if ($('body.dir-rtl').length) {
|
if ($('body.dir-rtl').length) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue