mirror of
https://github.com/zombieFox/nightTab.git
synced 2025-01-23 14:28:50 +01:00
[bug] fix update 3.9.0 from adding header border
This commit is contained in:
parent
d69eead3f4
commit
bf09fcd852
@ -455,8 +455,8 @@ var update = (function() {
|
||||
delete data.state.header.padding;
|
||||
data.state.header.radius = false;
|
||||
data.state.header.border = {
|
||||
top: data.state.header.border.top.width,
|
||||
bottom: data.state.header.border.bottom.width
|
||||
top: 0,
|
||||
bottom: 0
|
||||
};
|
||||
data.state.layout.padding = 4;
|
||||
data.state.layout.gutter = 2;
|
||||
|
@ -1,7 +1,7 @@
|
||||
var version = (function() {
|
||||
|
||||
// version is normally bumped when the state needs changing or any new functionality is added
|
||||
var current = "3.9.0";
|
||||
var current = "3.9.1";
|
||||
|
||||
var compare = function(a, b) {
|
||||
var pa = a.split(".");
|
||||
|
Loading…
Reference in New Issue
Block a user