mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-12-08 20:48:48 +00:00
Added some tooltips and made noselect even more noselect
This commit is contained in:
@@ -306,6 +306,7 @@ var Frontpage = {
|
||||
socket.removeAllListeners();
|
||||
}
|
||||
$("#main-container").css("background-color", "#2d2d2d");
|
||||
$("#frontpage-viewer-counter").tooltip("remove");
|
||||
$("#offline-mode").tooltip("remove");
|
||||
currently_showing_channels = 1;
|
||||
$.ajax({
|
||||
@@ -436,6 +437,11 @@ function initfp(){
|
||||
tooltip: "Enable local mode"
|
||||
});
|
||||
}
|
||||
$("#frontpage-viewer-counter").tooltip({
|
||||
delay: 5,
|
||||
position: "bottom",
|
||||
tooltip: "Total Viewers"
|
||||
});
|
||||
socket.emit('frontpage_lists');
|
||||
socket.emit('get_userlists', Crypt.getCookie('_uI'));
|
||||
|
||||
|
||||
@@ -285,6 +285,12 @@ function init(){
|
||||
tooltip: "Viewers"
|
||||
});
|
||||
|
||||
$("#fullscreen").tooltip({
|
||||
delay: 5,
|
||||
position: "top",
|
||||
tooltip: "Fullscreen"
|
||||
});
|
||||
|
||||
|
||||
window.onYouTubeIframeAPIReady = Player.onYouTubeIframeAPIReady;
|
||||
if(Player.player === "" || Player.player === undefined || Helper.mobilecheck()) Player.loadPlayer();
|
||||
@@ -1776,6 +1782,7 @@ function onepage_load(){
|
||||
//$('.castButton-unactive').tooltip("remove");
|
||||
$("#offline-mode").tooltip("remove");
|
||||
$('#chan_thumbnail').tooltip("remove");
|
||||
$('#fullscreen').tooltip("remove");
|
||||
$('#admin-lock').tooltip("remove");
|
||||
$("#seekToDuration").remove();
|
||||
$('.tap-target').tapTarget('close');
|
||||
|
||||
Reference in New Issue
Block a user