mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Added button on frontpage for accessing client-version
This commit is contained in:
@@ -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