Advanced search: WIP POC, UI/UX.

SVN:b1162[5486]
This commit is contained in:
Guillaume Lajarige
2018-03-21 13:10:48 +00:00
parent cfa5163590
commit 114a340527
9 changed files with 27 additions and 19 deletions

View File

@@ -170,7 +170,7 @@ $(function()
});
// - Apply on check
oAllowedValuesElem.find('.sfc_opc_mc_item').on('click', function(){
oAllowedValuesElem.find('.sfc_opc_mc_item').on('click', function(oEvent){
// Uncheck toggler
oTogglersElem.find('input:checkbox').prop('checked', false);