bug #1650770, Designer and Mac OSX

This commit is contained in:
Marc Delisle
2007-02-21 17:56:59 +00:00
parent d51f1126f6
commit cd93ef76b9
2 changed files with 7 additions and 1 deletions

View File

@@ -5,6 +5,10 @@ phpMyAdmin - ChangeLog
$Id$ $Id$
$HeadURL$ $HeadURL$
2007-02-21 Marc Delisle <lem9@users.sourceforge.net>
* pmd/scripts/move.js: bug #1650770, Designer and Mac OSX,
thanks to Ivan Kirillov
2007-02-19 Marc Delisle <lem9@users.sourceforge.net> 2007-02-19 Marc Delisle <lem9@users.sourceforge.net>
* libraries/export/*, lang/*: use generic $strOptions * libraries/export/*, lang/*: use generic $strOptions

View File

@@ -177,8 +177,10 @@ function Main()
Small_tab_refresh(); Small_tab_refresh();
Re_load(); Re_load();
id_hint = document.getElementById('hint'); id_hint = document.getElementById('hint');
if (isIE) {
General_scroll(); General_scroll();
} }
}
//---------------------------------------- new ----------------------------------------- //---------------------------------------- new -----------------------------------------