Fix and close #483

This commit is contained in:
Kasper Rynning-Tønnesen
2019-03-10 21:50:49 +01:00
parent bdcd8a197c
commit b703a6ae76
3 changed files with 2 additions and 3 deletions

View File

@@ -247,7 +247,7 @@ var Frontpage = {
try {
document.querySelector(".autocomplete").setAttribute("placeholder", Helper.decodeChannelName(list[i]._id));
} catch(e) {
console.log("This is a weird error...");
console.log("This is a weird error...", e);
}
}
});