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

Commit bf09fcd

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

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

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
delete data.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
var version = (function() {
22

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

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

0 commit comments

Comments
 (0)