* Optimize code for bug #27238.
This commit is contained in:
@@ -16,7 +16,7 @@ function loadMore(type, regionID)
|
||||
var windowHeight = $(window).height();
|
||||
var affixedHeight = $('#regionTabs.affixed').height() + $('#kanbanContainer .kanban-affixed .kanban-cols').height();
|
||||
$(selector + ' .panel-body').css('height', windowHeight - affixedHeight);
|
||||
$(selector).css('top', $('#regionTabs.affixed').height() + $('#kanbanContainer .kanban-affixed .kanban-cols').height());
|
||||
$(selector).css('top', affixedHeight);
|
||||
$(selector).animate({right: 0}, 500);
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user