mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Tooltip on channel-name
This commit is contained in:
@@ -176,6 +176,12 @@ var Channel = {
|
||||
}
|
||||
|
||||
if(!Helper.mobilecheck()) {
|
||||
$("#chan").tooltip({
|
||||
delay: 5,
|
||||
position: "bottom",
|
||||
tooltip: "Show join URL",
|
||||
});
|
||||
|
||||
$("#viewers").tooltip({
|
||||
delay: 5,
|
||||
position: "top",
|
||||
@@ -503,6 +509,7 @@ var Channel = {
|
||||
|
||||
$("#embed-button").css("display", "none");
|
||||
if(!Helper.mobilecheck()) {
|
||||
$("#chan").tooltip("remove");
|
||||
$('.castButton').tooltip("remove");
|
||||
$("#viewers").tooltip("remove");
|
||||
//$('.castButton-unactive').tooltip("remove");
|
||||
|
||||
Reference in New Issue
Block a user