From 2a6766de70d1291b90d45d2d566c5a08e4b42d2c Mon Sep 17 00:00:00 2001 From: rolux Date: Thu, 31 Jan 2013 18:54:27 +0530 Subject: [PATCH] fix video marker theme switch --- source/Ox.UI/Ox.UI.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 + '