mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-07-07 09:33:04 +02:00
removed console.logs
This commit is contained in:
@@ -97,12 +97,10 @@ define('forum/users', function() {
|
||||
});
|
||||
|
||||
$('.search select, .search .checkbox input').on('change', function() {
|
||||
console.log('doing search');
|
||||
doSearch();
|
||||
});
|
||||
|
||||
$('.pagination').on('click', 'a', function() {
|
||||
console.log('loading page', $(this).attr('data-page'));
|
||||
doSearch($(this).attr('data-page'));
|
||||
return false;
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user