Conflicts:
	util/messages.po
This commit is contained in:
redmatrix
2015-09-18 22:46:21 -07:00
8 changed files with 21 additions and 14 deletions

View File

@@ -62,7 +62,7 @@
function setBoxHeights(element) {
var el = element,
expandedHeight = el.outerHeight(),
expandedHeight = el.outerHeight(true),
cssMaxHeight = parseInt(el.css({maxHeight: ''}).css('max-height').replace(/[^-\d\.]/g, ''), 10),
defaultHeight = element.data('defaultHeight');