mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
the remove_widget callback must be inside the fadeout callback
This commit is contained in:
@@ -234,11 +234,11 @@
|
||||
$nexts.each($.proxy(function(i, widget){
|
||||
this.move_widget_up( $(widget), wgd.size_y );
|
||||
}, this));
|
||||
}, this));
|
||||
|
||||
if (callback) {
|
||||
callback.apply(el);
|
||||
};
|
||||
if (callback) {
|
||||
callback.apply(this, el);
|
||||
};
|
||||
}, this));
|
||||
};
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user