tooltips thingy

This commit is contained in:
Kasper Rynning-Tønnesen
2017-09-06 16:07:54 +02:00
parent b429f646f3
commit 93424424eb
4 changed files with 29 additions and 6 deletions

View File

@@ -295,6 +295,29 @@ function init(){
tooltip: "Fullscreen"
});
$("#search-btn").tooltip({
delay: 5,
position: "bottom",
tooltip: "Search"
});
$("#skip").tooltip({
delay: 5,
position: "bottom",
tooltip: "Skip",
});
$("#shuffle").tooltip({
delay: 5,
position: "bottom",
tooltip: "Shuffle",
});
$("#settings").tooltip({
delay: 5,
position: "bottom",
tooltip: "Settings",
});
window.onYouTubeIframeAPIReady = Player.onYouTubeIframeAPIReady;
if(Player.player === "" || Player.player === undefined || Helper.mobilecheck()) Player.loadPlayer();