mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Renaming private mode to local mode
This commit is contained in:
@@ -434,7 +434,7 @@ function initfp(){
|
||||
$("#offline-mode").tooltip({
|
||||
delay: 5,
|
||||
position: "bottom",
|
||||
tooltip: "Enable private mode"
|
||||
tooltip: "Enable local mode"
|
||||
});
|
||||
}
|
||||
socket.emit('frontpage_lists');
|
||||
|
||||
@@ -656,7 +656,7 @@ function change_offline(enabled, already_offline){
|
||||
$("#offline-mode").tooltip({
|
||||
delay: 5,
|
||||
position: "bottom",
|
||||
tooltip: "Disable private mode"
|
||||
tooltip: "Disable local mode"
|
||||
});
|
||||
|
||||
if(window.location.pathname != "/"){
|
||||
@@ -718,7 +718,7 @@ function change_offline(enabled, already_offline){
|
||||
$("#offline-mode").tooltip({
|
||||
delay: 5,
|
||||
position: "bottom",
|
||||
tooltip: "Enable private mode"
|
||||
tooltip: "Enable local mode"
|
||||
});
|
||||
|
||||
$("#controls").off("mouseleave");
|
||||
|
||||
Reference in New Issue
Block a user