- Code: Select all
f( nuFormType() == 'browse') {
// Increase holder height
$('#nuActionHolder').css({'height': '60px'});
// Increase title height
var t = -20;
$('.nuBrowseTitle').not('#nuBrowseFooter').css('top',t );
// Add dropdowns with addBrowseTitleDropDown()
}