revert commented lines for the moment until there is a better solution

This commit is contained in:
Harald Bamberger
2023-09-28 15:45:03 +02:00
parent 867a1e94c7
commit af3588aa61
+2 -2
View File
@@ -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;