Renaming private mode to local mode

This commit is contained in:
Kasper Rynning-Tønnesen
2017-05-23 18:37:07 +02:00
parent a9edf426e9
commit f9359636a3
7 changed files with 12 additions and 12 deletions

View File

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

View File

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