Fixed some silly spelling and syntax things

This commit is contained in:
Fred Boniface 2022-09-08 20:59:10 +01:00
parent 2c0659065e
commit 57ceefde83
1 changed files with 3 additions and 3 deletions

View File

@ -19,7 +19,7 @@ function gotoJellyfin() {
} }
function gotoGallery() { function gotoGallery() {
window.alert = ("Gallery is under maintenance and is not available.") window.alert("Gallery is under maintenance and is not available.")
} }
function gotoAccount() { function gotoAccount() {
@ -47,9 +47,9 @@ function gotoProxmox() {
} }
function gotoCUPS() { function gotoCUPS() {
window.alert = ("Printing has changed within the network,\ncurrently printers are accessed directly without a central server.\nThis option will be removed.") window.alert("Printing has changed within the network,\ncurrently printers are accessed directly without a central server.\nThis option will be removed.")
} }
function gotoOmada() { function gotoOmada() {
window.lodacion = ("https://omada.home.fjla.net:8043") window.location = ("https://omada.home.fjla.net:8043")
} }