Skip to content

Commit bf09fcd

Browse files
committed
[bug] fix update 3.9.0 from adding header border
1 parent d69eead commit bf09fcd

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

‎js/update.js‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -455,8 +455,8 @@ var update = (function(){
455455
deletedata.state.header.padding;
456456
data.state.header.radius=false;
457457
data.state.header.border={
458-
top: data.state.header.border.top.width,
459-
bottom: data.state.header.border.bottom.width
458+
top: 0,
459+
bottom: 0
460460
};
461461
data.state.layout.padding=4;
462462
data.state.layout.gutter=2;

‎js/version.js‎

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

33
// version is normally bumped when the state needs changing or any new functionality is added
4-
varcurrent="3.9.0";
4+
varcurrent="3.9.1";
55

66
varcompare=function(a,b){
77
varpa=a.split(".");

0 commit comments

Comments
(0)