attempting to trigger ajaxStop via overlib

This commit is contained in:
Travis Hegner
2015-06-29 13:30:45 -04:00
parent 1c2c416924
commit b92d637586

View File

@@ -191,7 +191,7 @@ function overlib_link($url, $text, $contents, $class)
if ($config['web_mouseover'] === FALSE) {
$output .= ">";
} else {
$output .= " onmouseover=\"return overlib('".$contents."'".$config['overlib_defaults'].", WRAP,HAUTO,VAUTO);\" onmouseout=\"return nd();\">";
$output .= " onmouseover=\"return overlib('".$contents."'".$config['overlib_defaults'].", WRAP,HAUTO,VAUTO); jQuery.event.trigger(\"ajaxStop\"); \" onmouseout=\"return nd();\">";
}
$output .= $text."</a>";