mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-27 00:25:06 +02:00
updated dist
This commit is contained in:
Vendored
+4
-4
@@ -512,11 +512,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));
|
||||
};
|
||||
|
||||
|
||||
|
||||
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user