From e44079ad7991efd0fe52b54f7ca9f2e599d1fa86 Mon Sep 17 00:00:00 2001 From: Sebastian Mendel Date: Thu, 21 Sep 2006 07:10:19 +0000 Subject: [PATCH] mhmpf --- left.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/left.php b/left.php index 807ed18d0..141af51e0 100644 --- a/left.php +++ b/left.php @@ -108,10 +108,8 @@ require_once './libraries/header_http.inc.php'; function PMA_setFrameSize() { pma_navi_width = PMA_getCookie('pma_navi_width'); - alert(typeof(pma_navi_width) + ' : ' + pma_navi_width); if (pma_navi_width != null) { parent.document.getElementById('mainFrameset').cols = pma_navi_width + ',*'; - alert('framesize set'); } }