faster loading of timeline, on load and on dblclick
This commit is contained in:
parent
0dad49f8ed
commit
7cabcf68b1
|
@ -6172,7 +6172,7 @@ requires
|
|||
}
|
||||
|
||||
function getListHeight() {
|
||||
return Math.ceil(self.listLength * (self.options.itemHeight + self.itemMargin) / self.rowLength), // fixme: should be listSize
|
||||
return Math.ceil(self.listLength * (self.options.itemHeight + self.itemMargin) / self.rowLength); // fixme: should be listSize
|
||||
}
|
||||
|
||||
function getNext() {
|
||||
|
@ -8930,6 +8930,7 @@ requires
|
|||
that.$elements = [];
|
||||
|
||||
$.each(self.options.elements, function(i, v) {
|
||||
Ox.print('$$$$ v', v)
|
||||
self.options.elements[i] = $.extend({
|
||||
collapsible: false,
|
||||
collapsed: false,
|
||||
|
|
Loading…
Reference in New Issue
Block a user