Advanced search: WIP auto submit.

SVN:trunk[5652]
This commit is contained in:
Guillaume Lajarige
2018-04-13 07:39:27 +00:00
parent 411d934e6a
commit 011ed65ea1
2 changed files with 1 additions and 2 deletions

View File

@@ -190,7 +190,7 @@ $(function()
// Close criteria
this.element.on('itop.search.criteria.close', function(){
me._apply();
//me._apply();
return me._close();
});

View File

@@ -112,7 +112,6 @@ $(function()
// Binding events (eg. from search_form_criteria widgets)
this._bindEvents();
},
// called when created, and later when changing options
_refresh: function()
{