#35 removed console log

This commit is contained in:
Serraniel 2020-08-29 16:21:10 +02:00
parent 75f8869f7f
commit 64b8b752e2
Signed by: Serraniel
GPG key ID: 3690B4E7364525D3

View file

@ -11,7 +11,6 @@ export function init() {
}
function initSearch() {
console.log("INITSEARCH")
let entry = document.createElement('li');
entry.setAttribute('ng-repeat', 'item in navbar');
entry.setAttribute('ng-class', '{\'anime-indicator\': item[\'@attributes\'].title==\'Anime\'}');