no consol debugs
This commit is contained in:
parent
0c47c22556
commit
f06a720e55
@ -37,9 +37,7 @@ function search_result_archive(a) {
|
||||
let hits = "<ul>";
|
||||
|
||||
$.each(r.hits, function(j, h){
|
||||
|
||||
console.log(h)
|
||||
|
||||
// console.log(h)
|
||||
let hit = '<li><a href="' + h.url+ '">' + h.subject + '</a> -- <i>' + h.author_name + '</i></li>';
|
||||
hits += hit;
|
||||
});
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user