testing without lazy on overlib

This commit is contained in:
Travis Hegner
2015-06-29 14:05:20 -04:00
parent e397753f53
commit 63f7fc3056
3 changed files with 6 additions and 7 deletions

View File

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