diff --git a/build/js/ox.ui.js b/build/js/ox.ui.js index 2164030a..16e76b8d 100644 --- a/build/js/ox.ui.js +++ b/build/js/ox.ui.js @@ -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,