mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Updated placeholder
This commit is contained in:
@@ -360,7 +360,7 @@ var Channel = {
|
||||
//$("#results" ).hover( function() { Helper.removeClass(".result", "hoverResults"); i = 0; }, function(){ });
|
||||
document.getElementById("search").focus();
|
||||
Helper.css("#embed-button", "display", "inline-block");
|
||||
document.getElementById("search").setAttribute("placeholder", "Find song on YouTube...");
|
||||
document.getElementById("search").setAttribute("placeholder", "Search...");
|
||||
|
||||
if(!client) {
|
||||
Helper.addClass("footer", "padding-bottom-novideo");
|
||||
|
||||
@@ -405,7 +405,7 @@ var Frontpage = {
|
||||
Helper.removeElement("#closePlayer");
|
||||
Helper.removeElement("#player_bottom_overlay");
|
||||
}
|
||||
document.getElementById("search").setAttribute("placeholder", "Find song on YouTube...");
|
||||
document.getElementById("search").setAttribute("placeholder", "Search...");
|
||||
Helper.addClass(".page-footer", "padding-bottom-novideo");
|
||||
from_frontpage = true;
|
||||
//Player.stopInterval =true;
|
||||
|
||||
Reference in New Issue
Block a user