fix video marker theme switch

This commit is contained in:
rolux 2013-01-31 18:54:27 +05:30
parent 8daf9446c2
commit 2a6766de70

View file

@ -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 + '<!--' + JSON.stringify(Ox.extend(color ? {
color: colorName