js testings to avoid errors
This commit is contained in:
@@ -210,7 +210,7 @@ if ($num_dbs > 1) {
|
|||||||
} // end if
|
} // end if
|
||||||
|
|
||||||
// Displays the database name
|
// Displays the database name
|
||||||
$on_mouse = (($cfgLeftPointerColor == '') ? '' : 'onmouseover="this.style.backgroundColor=\'' . $cfgLeftPointerColor . '\'" onmouseout="this.style.backgroundColor=\'' . $cfgLeftBgColor . '\'"');
|
$on_mouse = (($cfgLeftPointerColor == '') ? '' : 'onmouseover="if (typeof(this.style) != \'undefined\') {this.style.backgroundColor=\'' . $cfgLeftPointerColor . '\'}" onmouseout="if (typeof(this.style) != \'undefined\') {this.style.backgroundColor=\'' . $cfgLeftBgColor . '\'}"');
|
||||||
echo "\n";
|
echo "\n";
|
||||||
echo ' <div id="el' . $j . 'Parent" class="parent"' . $on_mouse . '>';
|
echo ' <div id="el' . $j . 'Parent" class="parent"' . $on_mouse . '>';
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user