mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-22 09:22:22 +00:00
revert commented lines for the moment until there is a better solution
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user