We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d69eead commit bf09fcdCopy full SHA for bf09fcd
2 files changed
js/update.js
@@ -455,8 +455,8 @@ var update = (function() {
455
delete data.state.header.padding;
456
data.state.header.radius = false;
457
data.state.header.border = {
458
- top: data.state.header.border.top.width,
459
- bottom: data.state.header.border.bottom.width
+ top: 0,
+ bottom: 0
460
};
461
data.state.layout.padding = 4;
462
data.state.layout.gutter = 2;
js/version.js
@@ -1,7 +1,7 @@
1
var version = (function() {
2
3
// version is normally bumped when the state needs changing or any new functionality is added
4
- var current = "3.9.0";
+ var current = "3.9.1";
5
6
var compare = function(a, b) {
7
var pa = a.split(".");
0 commit comments