mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
still trying to wrap overlib
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
Reference in New Issue
Block a user