From af3588aa610f320864c820ae5eda5c1a235629a9 Mon Sep 17 00:00:00 2001 From: Harald Bamberger Date: Thu, 28 Sep 2023 15:45:03 +0200 Subject: [PATCH] revert commented lines for the moment until there is a better solution --- public/js/mixins/Phrasen.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/js/mixins/Phrasen.js b/public/js/mixins/Phrasen.js index edaf4d101..bf11f8435 100644 --- a/public/js/mixins/Phrasen.js +++ b/public/js/mixins/Phrasen.js @@ -60,8 +60,8 @@ const phrasen = { } if (!categories[category]) { - //if (window.FHC_JS_PHRASES_STORAGE_OBJECT !== undefined) - // categories[category] = extractCategory(FHC_JS_PHRASES_STORAGE_OBJECT, category); + if (window.FHC_JS_PHRASES_STORAGE_OBJECT !== undefined) + categories[category] = extractCategory(FHC_JS_PHRASES_STORAGE_OBJECT, category); if (!categories[category] || Object.keys(categories[category]).length === 0) { categories[category] = undefined;