forked from 0x2620/oxjs
in Ox.Calendar tooltips, only display the text representation of an event's range if it's different from the event's name
This commit is contained in:
parent
7415b72037
commit
b6c872b5a4
3 changed files with 12 additions and 3 deletions
|
|
@ -427,7 +427,7 @@ Ox.List = function(options, self) {
|
|||
var height = getHeight(),
|
||||
lastItemHeight = height % self.options.itemHeight || self.options.itemHeight,
|
||||
visibleItems = Math.ceil(height / self.options.itemHeight);
|
||||
Ox.print('FILL', self.listLength, visibleItems);
|
||||
//Ox.print('FILL', self.listLength, visibleItems);
|
||||
if (self.listLength < visibleItems) {
|
||||
Ox.range(self.listLength, visibleItems).forEach(function(v) {
|
||||
var $item = Ox.ListItem({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue