mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-12-08 20:48:48 +00:00
Tooltip on channel-name
This commit is contained in:
@@ -176,6 +176,12 @@ var Channel = {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if(!Helper.mobilecheck()) {
|
if(!Helper.mobilecheck()) {
|
||||||
|
$("#chan").tooltip({
|
||||||
|
delay: 5,
|
||||||
|
position: "bottom",
|
||||||
|
tooltip: "Show join URL",
|
||||||
|
});
|
||||||
|
|
||||||
$("#viewers").tooltip({
|
$("#viewers").tooltip({
|
||||||
delay: 5,
|
delay: 5,
|
||||||
position: "top",
|
position: "top",
|
||||||
@@ -503,6 +509,7 @@ var Channel = {
|
|||||||
|
|
||||||
$("#embed-button").css("display", "none");
|
$("#embed-button").css("display", "none");
|
||||||
if(!Helper.mobilecheck()) {
|
if(!Helper.mobilecheck()) {
|
||||||
|
$("#chan").tooltip("remove");
|
||||||
$('.castButton').tooltip("remove");
|
$('.castButton').tooltip("remove");
|
||||||
$("#viewers").tooltip("remove");
|
$("#viewers").tooltip("remove");
|
||||||
//$('.castButton-unactive').tooltip("remove");
|
//$('.castButton-unactive').tooltip("remove");
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
<a href="/" class="brand-logo brand-logo-navigate">
|
<a href="/" class="brand-logo brand-logo-navigate">
|
||||||
<img class="zicon" src="/assets/images/z.svg" alt="zoff-logo" title="Home" />
|
<img class="zicon" src="/assets/images/z.svg" alt="zoff-logo" title="Home" />
|
||||||
</a>
|
</a>
|
||||||
<span id="chan" class="chan clickable" title="Show big URL">{{list_name}}</span>
|
<span id="chan" class="chan clickable">{{list_name}}</span>
|
||||||
</div>
|
</div>
|
||||||
<ul class="title-container">
|
<ul class="title-container">
|
||||||
<li class="song-title cursor-pointer truncate" id="song-title">
|
<li class="song-title cursor-pointer truncate" id="song-title">
|
||||||
|
|||||||
Reference in New Issue
Block a user