From f3a54ee82dce8af16c190d51c467e41add097565 Mon Sep 17 00:00:00 2001 From: Henne Vogelsang Date: Tue, 15 Feb 2022 13:21:21 +0100 Subject: [PATCH] Fix main assets location Some OBSisms sneaked into my copy and paste job. --- app/assets/config/manifest.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/assets/config/manifest.js b/app/assets/config/manifest.js index bceaf4db..daff3dc0 100644 --- a/app/assets/config/manifest.js +++ b/app/assets/config/manifest.js @@ -1,7 +1,7 @@ // This is a sprockets 4.0 manifest file // -//= link webui/application.css -//= link webui/application.js +//= link application.css +//= link application.js //= link_tree ../images //= link_tree ../fonts