placeholder fix

This commit is contained in:
Kasper Rynning-Tønnesen
2016-11-09 23:30:11 +01:00
parent 0a94c3079f
commit 31d6da3c85
3 changed files with 3 additions and 3 deletions

View File

@@ -171,7 +171,7 @@ var Nochan = {
$("#mega-background").css("background", "url("+img.src+")");
$("#mega-background").css("background-size" , "200%");
$("#mega-background").css("opacity", 1);
$("#searchFrontpage").attr("placeholder", list[i].data);
$("#searchFrontpage").attr("placeholder", list[i].channel);
};
}