mirror of
https://github.com/stylersnico/librenms.git
synced 2026-08-01 16:26:55 +02:00
Merge pull request #24 from nlemoine/master
afterUpdate call: fixed undefined opt
This commit is contained in:
@@ -172,6 +172,7 @@
|
||||
$.fn.mapael.updateElem(elemOptions, plots[id], $tooltip, animDuration);
|
||||
}
|
||||
|
||||
if( typeof opt != 'undefined' )
|
||||
opt.afterUpdate && opt.afterUpdate($self, paper, areas, plots, options);
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user