mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-03-04 11:31:23 +01:00
removing console log in search template
This commit is contained in:
@@ -3,7 +3,6 @@ define(function() {
|
||||
|
||||
Search.init = function() {
|
||||
var searchQuery = $('#topic-results').attr('data-search-query');
|
||||
console.log(searchQuery);
|
||||
$('.search-result-text').children().each(function() {
|
||||
var text = $(this).html();
|
||||
var regex = new RegExp(searchQuery, 'gi');
|
||||
|
||||
Reference in New Issue
Block a user