From 092e4204886fc8fcc6bd1578e4169deb1e36b6e8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Wed, 18 Oct 2006 15:03:59 +0000 Subject: [PATCH] argh, commited not final version... --- js/navigation.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/navigation.js b/js/navigation.js index 80a9fff2d..3bff4b6fa 100644 --- a/js/navigation.js +++ b/js/navigation.js @@ -80,7 +80,7 @@ function PMA_setFrameSize() pma_navi_width = PMA_getCookie('pma_navi_width'); //alert('from cookie: ' + typeof(pma_navi_width) + ' : ' + pma_navi_width); if (pma_navi_width != null) { - if (parent.document.getElementById('text_dir') == 'ltr) { + if (parent.text_dir == 'ltr') { parent.document.getElementById('mainFrameset').cols = pma_navi_width + ',*'; } else { parent.document.getElementById('mainFrameset').cols = '*,' + pma_navi_width;