From b664aad7abdca5327684b1218ac78fa172f8acb3 Mon Sep 17 00:00:00 2001 From: "John Molakvoæ (skjnldsv)" Date: Thu, 2 Dec 2021 00:08:08 +0100 Subject: Move bundles to /dist MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: John Molakvoæ (skjnldsv) --- core/templates/installation.php | 2 +- core/templates/login.php | 2 +- core/templates/recommendedapps.php | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'core/templates') diff --git a/core/templates/installation.php b/core/templates/installation.php index 5bdf8b0cc96..78d6e6e97a2 100644 --- a/core/templates/installation.php +++ b/core/templates/installation.php @@ -1,5 +1,5 @@ '> '> diff --git a/core/templates/login.php b/core/templates/login.php index eab2ee4c604..6b4b9285240 100644 --- a/core/templates/login.php +++ b/core/templates/login.php @@ -1,6 +1,6 @@
diff --git a/core/templates/recommendedapps.php b/core/templates/recommendedapps.php index 2fe13355278..e51189ec137 100644 --- a/core/templates/recommendedapps.php +++ b/core/templates/recommendedapps.php @@ -21,7 +21,7 @@ * along with this program. If not, see . */ -script('core', 'dist/recommendedapps'); +script('core', 'recommendedapps'); ?> -- cgit v1.2.3