bug #1234098, invalid normal cursor style

This commit is contained in:
Marc Delisle
2005-07-10 12:12:35 +00:00
parent 55b30c9533
commit 0395809510
2 changed files with 2 additions and 1 deletions

View File

@@ -8,6 +8,7 @@ $Source$
2005-07-10 Marc Delisle <lem9@users.sourceforge.net>
* libraries/display_tbl.lib.php: bug #1235473 display_tbl.lib.php,
Undefined variable order_img
* libraries/functions.js: bug #1234098, invalid "normal" cursor style
2005-07-06 Marc Delisle <lem9@users.sourceforge.net>
* db_search.php: bug #1233349, db search in MySQL 5.0.x on fields

View File

@@ -455,7 +455,7 @@ function setPointer(theRow, theRowNum, theAction, theDefaultColor, thePointerCol
if (theAction == "over" || theAction == "click") {
theRow.style.cursor='pointer';
} else {
theRow.style.cursor='normal';
theRow.style.cursor='default';
}
// 2. Gets the current row and exits if the browser can't get it