argh, commited not final version...

This commit is contained in:
Michal Čihař
2006-10-18 15:03:59 +00:00
parent 70ec4567d5
commit 092e420488

View File

@@ -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;