Lokasi ngalangkungan proxy:   [ UP ]  
[Ngawartoskeun bug]   [Panyetelan cookie]                
Skip to content

Commit b338342

Browse files
committed
[bug] fix random accent colour being reflected in accent cta
1 parent ebcdb35 commit b338342

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

js/accent.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ var accent = (function() {
5959
path: "theme.accent.current",
6060
newValue: randomColor
6161
});
62+
helper.e(".control-theme-accent-current").value = helper.rgbToHex(randomColor);
6263
};
6364
};
6465

js/version.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
var version = (function() {
22

33
// version is normally bumped when the state needs changing or any new functionality is added
4-
var current = "2.22.0";
4+
var current = "2.22.1";
55

66
var compare = function(a, b) {
77
var pa = a.split(".");

0 commit comments

Comments
 (0)