Add the exclude parameters to method
This commit is contained in:
parent
9d7c856846
commit
cdd951fd11
@ -125,7 +125,7 @@ $(document).ready(function()
|
||||
$('#tabs').delegate('a.autocompleteEx', 'click', function(e){
|
||||
e.stopPropagation();
|
||||
var obj = $(this).parent().find('input.criteres');
|
||||
set(obj.attr('name'), obj.val());
|
||||
set(obj.attr('name'), obj.val(), 1);
|
||||
});
|
||||
|
||||
$('#tabs').delegate('a.selectMultiple', 'click', function(e){
|
||||
|
Loading…
Reference in New Issue
Block a user