when maxmimize, rebuild jqeury chosen fields

pull/2993/head
Andrew Bauer 2020-07-28 08:38:06 -05:00
parent 47b35e97fb
commit 85dec6194d
1 changed files with 2 additions and 0 deletions

View File

@ -160,6 +160,8 @@ if ( $css != 'base' )
} else {
fbflip.html('keyboard_arrow_up');
Cookie.write('zmFilterBarFlip', 'up', {duration: 10*365} );
jQuery('.chosen').chosen("destroy");
jQuery('.chosen').chosen();
}
});
});