Visual Console Refactor: bugfix
Former-commit-id: 8ea3faa88a1fd46d4f992e174e7916b91d9e9160
This commit is contained in:
parent
a9b409c21f
commit
d5b83b867b
|
@ -1090,10 +1090,11 @@ function readFields() {
|
||||||
var text = tinymce.get("text-label").getContent();
|
var text = tinymce.get("text-label").getContent();
|
||||||
values["label"] = text;
|
values["label"] = text;
|
||||||
|
|
||||||
|
values["percentile_label_color"] = $(
|
||||||
|
"input[name=percentile_label_color]"
|
||||||
|
).val();
|
||||||
|
|
||||||
if ($("input[name=percentile_label]").val().length > 0) {
|
if ($("input[name=percentile_label]").val().length > 0) {
|
||||||
values["percentile_label_color"] = $(
|
|
||||||
"input[name=percentile_label_color]"
|
|
||||||
).val();
|
|
||||||
values["label"] =
|
values["label"] =
|
||||||
"<span style='color:" +
|
"<span style='color:" +
|
||||||
values["percentile_label_color"] +
|
values["percentile_label_color"] +
|
||||||
|
|
Loading…
Reference in New Issue