From 0ff0ba9d2d92f80dd1894fba609f17b662daa2c7 Mon Sep 17 00:00:00 2001 From: Fred Boniface Date: Mon, 13 Feb 2023 21:17:44 +0000 Subject: [PATCH] Remove redundant options --- all.html | 17 ----------------- index.html | 9 +-------- scripts/iconactions.js | 4 ++-- 3 files changed, 3 insertions(+), 27 deletions(-) diff --git a/all.html b/all.html index 1f331f4..31911cd 100644 --- a/all.html +++ b/all.html @@ -18,15 +18,6 @@

FJLA Gateway

All Services

-
-
- -
-

Ampache

-

Music Streaming

-
-
-
@@ -70,14 +61,6 @@
-
- -
-

CUPS

-

Print Server

-
-
-
diff --git a/index.html b/index.html index 85c669e..cf079a0 100644 --- a/index.html +++ b/index.html @@ -24,14 +24,7 @@
-
- -
-

Ampache

-

Music Streaming

-
-
- +
diff --git a/scripts/iconactions.js b/scripts/iconactions.js index 5edba4f..34089b2 100644 --- a/scripts/iconactions.js +++ b/scripts/iconactions.js @@ -3,7 +3,7 @@ function gotoGateway() { } function gotoAmpache() { - window.location = ("https://music.fjla.uk") + window.alert("Ampache has been replaced by Jellyfin.") } function gotoNextcloud() { @@ -15,7 +15,7 @@ function gotoHomeAssistant() { } function gotoJellyfin() { - window.location = ("https://media.fjla.uk") + window.location = ("https://jf.fjla.uk") } function gotoGallery() {