diff --git a/scripts/iconactions.js b/scripts/iconactions.js index e17d71c..5edba4f 100644 --- a/scripts/iconactions.js +++ b/scripts/iconactions.js @@ -19,7 +19,7 @@ function gotoJellyfin() { } function gotoGallery() { - window.alert = ("Gallery is under maintenance and is not available.") + window.alert("Gallery is under maintenance and is not available.") } function gotoAccount() { @@ -47,9 +47,9 @@ function gotoProxmox() { } 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() { - window.lodacion = ("https://omada.home.fjla.net:8043") + window.location = ("https://omada.home.fjla.net:8043") }