diff --git a/html/includes/functions.inc.php b/html/includes/functions.inc.php index 7c552eaea..cf4c0ad6d 100644 --- a/html/includes/functions.inc.php +++ b/html/includes/functions.inc.php @@ -191,7 +191,7 @@ function overlib_link($url, $text, $contents, $class) if ($config['web_mouseover'] === FALSE) { $output .= ">"; } else { - $output .= " onmouseover=\"var ret = overlib('".$contents."'".$config['overlib_defaults'].", WRAP,HAUTO,VAUTO); jQuery.event.trigger(\"ajaxStop\"); return ret;\" onmouseout=\"return nd();\">"; + $output .= " onmouseover=\"return overlib('".$contents."'".$config['overlib_defaults']."); \" onmouseout=\"return nd();\">"; } $output .= $text.""; diff --git a/html/index.php b/html/index.php index 06769a995..4f30e9553 100644 --- a/html/index.php +++ b/html/index.php @@ -151,6 +151,7 @@ if (empty($config['favicon'])) { +