icon fallback
This commit is contained in:
parent
cb42e1d7fa
commit
c4413d9fd7
1 changed files with 1 additions and 0 deletions
|
@ -88,6 +88,7 @@ Ox.UI.getImageURL = Ox.cache(function(name, color, theme) {
|
|||
color = color || 'default';
|
||||
theme = theme || Ox.Theme();
|
||||
themeData = Ox.Theme.getThemeData(theme);
|
||||
image = image || Ox.UI.IMAGES['symbolHelp']
|
||||
if (type == 'symbol') {
|
||||
if (Ox.isString(color)) {
|
||||
colorName = color;
|
||||
|
|
Loading…
Reference in a new issue