mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-20 15:52:24 +02:00
Advanced search: WIP POC, UI/UX.
SVN:b1162[5486]
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user