[ui themes] changed url to load custom themes

This commit is contained in:
Maxim Kadushkin 2021-11-15 17:01:32 +03:00
parent f20b85b0a7
commit 4942d32dc2

View file

@ -222,7 +222,8 @@ define([
}
var on_document_ready = function (el) {
get_themes_config('../../common/main/resources/themes/themes.json');
// get_themes_config('../../common/main/resources/themes/themes.json');
get_themes_config('../../../../themes.json');
}
var get_ui_theme_name = function (objtheme) {