trying to override overlib function

This commit is contained in:
Travis Hegner
2015-06-29 13:44:19 -04:00
parent f86bbb96b0
commit 3597a948fd
3 changed files with 23 additions and 10 deletions
+1 -1
View File
@@ -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."</a>";