mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-12-07 20:18:49 +00:00
Added button on frontpage for accessing client-version
This commit is contained in:
@@ -2701,7 +2701,7 @@ nav ul li:hover, nav ul li.active {
|
||||
}
|
||||
|
||||
#frontpage-viewer-counter{
|
||||
right: 0px;
|
||||
right: 56px;
|
||||
width: 62px;
|
||||
left: inherit;
|
||||
text-align: right;
|
||||
|
||||
@@ -311,6 +311,7 @@ var Frontpage = {
|
||||
$("#frontpage-viewer-counter").tooltip("remove");
|
||||
$(".generate-channel-name").tooltip("remove");
|
||||
$("#offline-mode").tooltip("remove");
|
||||
$("#client-mode-button").tooltip("remove");
|
||||
}
|
||||
currently_showing_channels = 1;
|
||||
clearTimeout(retry_frontpage);
|
||||
@@ -444,6 +445,11 @@ var Frontpage = {
|
||||
position: "bottom",
|
||||
tooltip: "Total Viewers"
|
||||
});
|
||||
$("#client-mode-button").tooltip({
|
||||
delay: 5,
|
||||
position: "bottom",
|
||||
tooltip: "Client mode"
|
||||
});
|
||||
$(".generate-channel-name").tooltip({
|
||||
delay: 5,
|
||||
position: "bottom",
|
||||
|
||||
Reference in New Issue
Block a user