pmaTooltip(): undefined variable docY
This commit is contained in:
@@ -8,7 +8,10 @@ $Source$
|
|||||||
2005-11-14 Sebastian Mendel <cybot_tm@users.sourceforge.net>
|
2005-11-14 Sebastian Mendel <cybot_tm@users.sourceforge.net>
|
||||||
* themes/*/css/theme_right.css.php, css/phpmyadmin.css.php:
|
* themes/*/css/theme_right.css.php, css/phpmyadmin.css.php:
|
||||||
bug #1342683 Wrong URL to error.ico
|
bug #1342683 Wrong URL to error.ico
|
||||||
* libraries/tooltip.js: no return value, additional check
|
* libraries/tooltip.js::pmaTooltip():
|
||||||
|
- no return value (not always returns a value)
|
||||||
|
- additional check
|
||||||
|
- undefined variable docY
|
||||||
|
|
||||||
2005-11-13 Michal Čihař <michal@cihar.com>
|
2005-11-13 Michal Čihař <michal@cihar.com>
|
||||||
* Documentation.html, config.default.php, main.php, server_links.inc.php,
|
* Documentation.html, config.default.php, main.php, server_links.inc.php,
|
||||||
|
@@ -145,7 +145,7 @@ function pmaTooltip( theText ) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
var plusX=0, plusY=0, docX=0; docY=0;
|
var plusX=0, plusY=0, docX=0, docY=0;
|
||||||
var divHeight = myTooltipContainer.clientHeight;
|
var divHeight = myTooltipContainer.clientHeight;
|
||||||
var divWidth = myTooltipContainer.clientWidth;
|
var divWidth = myTooltipContainer.clientWidth;
|
||||||
if (navigator.appName.indexOf("Explorer")!=-1) {
|
if (navigator.appName.indexOf("Explorer")!=-1) {
|
||||||
|
Reference in New Issue
Block a user