Fixed tooltip for viewers

This commit is contained in:
Kasper Rynning-Tønnesen
2017-02-15 12:31:12 +01:00
parent db1c25c2f3
commit 6b94159cce
5 changed files with 18 additions and 8 deletions

View File

@@ -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');