mirror of
https://github.com/KevinMidboe/zoff.git
synced 2026-01-09 11:05:33 +00:00
tooltips thingy
This commit is contained in:
2
server/public/assets/dist/embed.min.js
vendored
2
server/public/assets/dist/embed.min.js
vendored
File diff suppressed because one or more lines are too long
2
server/public/assets/dist/main.min.js
vendored
2
server/public/assets/dist/main.min.js
vendored
File diff suppressed because one or more lines are too long
@@ -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();
|
||||
|
||||
@@ -40,25 +40,25 @@
|
||||
<li>
|
||||
<a class="nav-btn" href="#find" id="search-btn">
|
||||
<i class="material-icons">search</i>
|
||||
<span class="hover-text">Find</span>
|
||||
<!--<span class="hover-text">Find</span>-->
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a class="nav-btn" href="#skip" id="skip">
|
||||
<i class="material-icons">skip_next</i>
|
||||
<span class="hover-text">Skip</span>
|
||||
<!--<span class="hover-text">Skip</span>-->
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a class="nav-btn hide-on-small-only" href="#stir" id="shuffle">
|
||||
<i class="material-icons">shuffle</i>
|
||||
<span class="hover-text">Stir</span>
|
||||
<!--<span class="hover-text">Stir</span>-->
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a class="nav-btn" href="#settings" data-activates="settings-bar" id="settings">
|
||||
<i class="material-icons">menu</i>
|
||||
<span class="hover-text">Conf</span>
|
||||
<!--<span class="hover-text">Conf</span>-->
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
Reference in New Issue
Block a user