mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-28 08:02:41 +02:00
updated docs and dist
This commit is contained in:
@@ -141,10 +141,10 @@
|
||||
var el = this.el;
|
||||
|
||||
if (el && !update) {
|
||||
this.data = {} || el.offset();
|
||||
this.data = el.offset();
|
||||
this.data.width = el.width();
|
||||
this.data.height = el.height();
|
||||
};
|
||||
}
|
||||
|
||||
if (el && update && !not_update_offsets) {
|
||||
var offset = el.offset();
|
||||
|
||||
Reference in New Issue
Block a user