mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-27 16:08:55 +02: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