Skip to content

Commit 359f994

Browse files
author
AZhurav1ev
committed
Added else block in color state condition
1 parent d2ead87 commit 359f994

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

enjoyhint.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1065,10 +1065,10 @@
10651065
})
10661066
);
10671067

1068-
$("#poliline").css("stroke", "rgb(255, 255, 255)");
1069-
10701068
if(that.stepData.arrowColor) {
10711069
that.setMarkerColor(that.stepData.arrowColor)
1070+
} else {
1071+
$("#poliline").css("stroke", "rgb(255, 255, 255)");
10721072
}
10731073

10741074
that.enjoyhint.removeClass(that.cl.svg_transparent);

0 commit comments

Comments
 (0)