fix video marker theme switch
This commit is contained in:
parent
8daf9446c2
commit
2a6766de70
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue