still trying to wrap overlib

This commit is contained in:
Travis Hegner
2015-06-29 15:56:05 -04:00
parent 3927990617
commit 4de5bab566

View File

@@ -16,7 +16,7 @@ $(document).ready(function(){
}); });
function wrap_overlib() { function wrap_overlib() {
var ret = overlib(arguments); var ret = overlib.apply(null,arguments);
$('div#overDiv img').removeAttr('width').removeAttr('height'); $('div#overDiv img').removeAttr('width').removeAttr('height');
return ret; return ret;
} }