From b34327e4f293210d02e2598f7842f3720f59f961 Mon Sep 17 00:00:00 2001
From: dh_heyart <pheyart@dh-software.de>
Date: Do, 02 Jul 2026 17:39:52 +0200
Subject: [PATCH] new build of client, removed config folder since theme.json now is part of the configuration json (layout1.json and layout2.json)
---
client/fv.DeOhu3H1.js | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diff --git a/client/fv.DeOhu3H1.js b/client/fv.DeOhu3H1.js
index aee0b05..7d81173 100644
--- a/client/fv.DeOhu3H1.js
+++ b/client/fv.DeOhu3H1.js
@@ -1,2 +1 @@
-import"./vendor/dh.chunk.js";import{h as e,y as t}from"./vendor/wui.chunk.js";(function(){let e=document.createElement(`link`).relList;if(e&&e.supports&&e.supports(`modulepreload`))return;for(let e of document.querySelectorAll(`link[rel="modulepreload"]`))n(e);new MutationObserver(e=>{for(let t of e)if(t.type===`childList`)for(let e of t.addedNodes)e.tagName===`LINK`&&e.rel===`modulepreload`&&n(e)}).observe(document,{childList:!0,subtree:!0});function t(e){let t={};return e.integrity&&(t.integrity=e.integrity),e.referrerPolicy&&(t.referrerPolicy=e.referrerPolicy),e.crossOrigin===`use-credentials`?t.credentials=`include`:e.crossOrigin===`anonymous`?t.credentials=`omit`:t.credentials=`same-origin`,t}function n(e){if(e.ep)return;e.ep=!0;let n=t(e);fetch(e.href,n)}})(),document.addEventListener(`readystatechange`,async()=>{await e.Initialized,await t.IsAppReady;let n=document.querySelector(`.catalog-content`);document.body.classList.toggle(`catalog-hidden`,n.childElementCount===0)});
-//# sourceMappingURL=fv.DeOhu3H1.js.map
\ No newline at end of file
+import"./vendor/dh.chunk.js";import{h as e,y as t}from"./vendor/wui.chunk.js";(function(){let e=document.createElement(`link`).relList;if(e&&e.supports&&e.supports(`modulepreload`))return;for(let e of document.querySelectorAll(`link[rel="modulepreload"]`))n(e);new MutationObserver(e=>{for(let t of e)if(t.type===`childList`)for(let e of t.addedNodes)e.tagName===`LINK`&&e.rel===`modulepreload`&&n(e)}).observe(document,{childList:!0,subtree:!0});function t(e){let t={};return e.integrity&&(t.integrity=e.integrity),e.referrerPolicy&&(t.referrerPolicy=e.referrerPolicy),e.crossOrigin===`use-credentials`?t.credentials=`include`:e.crossOrigin===`anonymous`?t.credentials=`omit`:t.credentials=`same-origin`,t}function n(e){if(e.ep)return;e.ep=!0;let n=t(e);fetch(e.href,n)}})(),document.addEventListener(`readystatechange`,async()=>{await e.Initialized,await t.IsAppReady;let n=document.querySelector(`.catalog-content`);document.body.classList.toggle(`catalog-hidden`,n.childElementCount===0)});
\ No newline at end of file
--
Gitblit v1.9.3