Add the exclude parameters to method

This commit is contained in:
Michael RICOIS 2012-06-08 18:37:44 +00:00
parent 9d7c856846
commit cdd951fd11

View File

@ -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){