[ui themes] changed url to load custom themes
This commit is contained in:
parent
f20b85b0a7
commit
4942d32dc2
|
@ -222,7 +222,8 @@ define([
|
||||||
}
|
}
|
||||||
|
|
||||||
var on_document_ready = function (el) {
|
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) {
|
var get_ui_theme_name = function (objtheme) {
|
||||||
|
|
Loading…
Reference in a new issue