// Remove nice ergonomy on BO list because there are other priorities
This commit is contained in:
+5
-1
@@ -965,7 +965,11 @@ function showErrorMessage(msg, delay)
|
||||
|
||||
$(document).ready(function()
|
||||
{
|
||||
$('select.chosen').chosen();
|
||||
$('select.chosen').each(function(k, item){
|
||||
$(item).chosen();
|
||||
if ($(item).hasClass('no-search'))
|
||||
$(item).next().find('.chzn-search').hide();
|
||||
});
|
||||
|
||||
$('.isInvisible input, .isInvisible select, .isInvisible textarea').attr('disabled', true);
|
||||
$('.isInvisible label.conf_title').addClass('isDisabled');
|
||||
|
||||
Reference in New Issue
Block a user