mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
updated docs and dist
This commit is contained in:
15
dist/jquery.gridster.js
vendored
15
dist/jquery.gridster.js
vendored
@@ -409,7 +409,6 @@
|
||||
this.set_dom_grid_height();
|
||||
this.$wrapper.addClass('ready');
|
||||
this.draggable();
|
||||
this.next_position(2, 2);
|
||||
|
||||
$(window).bind(
|
||||
'resize', throttle($.proxy(this.recalculate_faux_grid, this), 200));
|
||||
@@ -476,16 +475,16 @@
|
||||
size_y: size_y,
|
||||
size_x: size_x
|
||||
});
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
if (valid_pos.length) {
|
||||
this.next_position = this.sort_by_row_asc(valid_pos)[0];
|
||||
return this.next_position;
|
||||
};
|
||||
var next_position = this.sort_by_row_asc(valid_pos)[0];
|
||||
return next_position;
|
||||
}
|
||||
return false;
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
/**
|
||||
|
2
dist/jquery.gridster.min.js
vendored
2
dist/jquery.gridster.min.js
vendored
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user