mirror of
https://github.com/KevinMidboe/zoff.git
synced 2026-02-11 03:49:42 +00:00
Fix and close #483
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user