From 6487c75230332f349d58e83b7fa0e7fe33197038 Mon Sep 17 00:00:00 2001 From: urs_hunkler <urs_hunkler> Date: Thu, 18 Oct 2007 19:03:39 +0000 Subject: [PATCH] merged from 1.9 --- theme/custom_corners/js/jquery.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/theme/custom_corners/js/jquery.php b/theme/custom_corners/js/jquery.php index ef353fadf5..90533cc547 100644 --- a/theme/custom_corners/js/jquery.php +++ b/theme/custom_corners/js/jquery.php @@ -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) { -- 2.39.5