From 57ceefde83a38a0b4c4a4352e1b41af26efd3ac9 Mon Sep 17 00:00:00 2001 From: Fred Boniface Date: Thu, 8 Sep 2022 20:59:10 +0100 Subject: [PATCH] Fixed some silly spelling and syntax things --- scripts/iconactions.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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") }