commented trace
This commit is contained in:
@@ -131,7 +131,7 @@ MaterioSearchApiAjax = function(){
|
||||
};
|
||||
|
||||
function changeContent(json){
|
||||
trace('MaterioSearchApiAjax changeContent | json', json);
|
||||
//trace('MaterioSearchApiAjax changeContent | json', json);
|
||||
|
||||
if(json.returned){
|
||||
$.event.trigger('loaded-content');
|
||||
@@ -197,7 +197,7 @@ MaterioSearchApiAjax = function(){
|
||||
};
|
||||
|
||||
function loadNextPage(url, keys, $container, target){
|
||||
//trace('MaterioSearchApiAjax :: loadNextPage()');
|
||||
// trace('MaterioSearchApiAjax :: loadNextPage()');
|
||||
_isloadingresults = true;
|
||||
$container.addClass('loading');
|
||||
$.getJSON(url, {'keys':keys}, function(json){
|
||||
|
Reference in New Issue
Block a user