some comments cleaning
This commit is contained in:
parent
9d45086951
commit
12c076c349
@ -13,7 +13,6 @@ MaterioSearchApiAjax = function(){
|
|||||||
*/
|
*/
|
||||||
function init(){
|
function init(){
|
||||||
//trace('init MaterioSearchApiAjax');
|
//trace('init MaterioSearchApiAjax');
|
||||||
|
|
||||||
initSearchAjax();
|
initSearchAjax();
|
||||||
initViewMode();
|
initViewMode();
|
||||||
};
|
};
|
||||||
@ -27,7 +26,6 @@ MaterioSearchApiAjax = function(){
|
|||||||
// fulltext search form
|
// fulltext search form
|
||||||
$('#materio-search-api-search-form').bind('submit', function(event) {
|
$('#materio-search-api-search-form').bind('submit', function(event) {
|
||||||
// trace('search submited', event);
|
// trace('search submited', event);
|
||||||
// var $this = $(this);
|
|
||||||
setTimeout(function(){
|
setTimeout(function(){
|
||||||
loadResults(getSearchKeys());
|
loadResults(getSearchKeys());
|
||||||
},10);
|
},10);
|
||||||
@ -38,7 +36,6 @@ MaterioSearchApiAjax = function(){
|
|||||||
$('#materio-search-api-advanced-search-form').bind('submit', function(event) {
|
$('#materio-search-api-advanced-search-form').bind('submit', function(event) {
|
||||||
event.preventDefault();
|
event.preventDefault();
|
||||||
// trace('advanced search submited', event);
|
// trace('advanced search submited', event);
|
||||||
// var $this = $(this);
|
|
||||||
setTimeout(function(){
|
setTimeout(function(){
|
||||||
loadResults(getSearchFilters(), 'advanced');
|
loadResults(getSearchFilters(), 'advanced');
|
||||||
},10);
|
},10);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user