mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Fixed tooltip for viewers
This commit is contained in:
@@ -404,6 +404,12 @@ function initfp(){
|
||||
Crypt.init();
|
||||
if(Crypt.get_offline()){
|
||||
change_offline(true, offline);
|
||||
} else {
|
||||
$("#offline-mode").tooltip({
|
||||
delay: 5,
|
||||
position: "bottom",
|
||||
tooltip: "Enable private mode"
|
||||
});
|
||||
}
|
||||
|
||||
socket.emit('frontpage_lists');
|
||||
|
||||
Reference in New Issue
Block a user