diff --git a/source/Ox.UI/Ox.UI.js b/source/Ox.UI/Ox.UI.js index a34b3cf7..a6c20880 100644 --- a/source/Ox.UI/Ox.UI.js +++ b/source/Ox.UI/Ox.UI.js @@ -348,7 +348,7 @@ Ox.load.UI = function(options, callback) { '$' + Ox.toHex(themeData[name]) ); }); - image = image.replace(/$/g, '#'); + image = image.replace(/\$/g, '#'); return 'data:image/svg+xml;base64,' + btoa( image + '