diff --git a/source/UI/js/Core/UI.js b/source/UI/js/Core/UI.js index 5875480f..00155a51 100644 --- a/source/UI/js/Core/UI.js +++ b/source/UI/js/Core/UI.js @@ -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;