mirror of
https://github.com/zombieFox/nightTab.git
synced 2024-11-23 08:33:38 +01:00
[bug] fix broke state path for modal
This commit is contained in:
parent
db152ff900
commit
89dff38f5d
@ -27,7 +27,7 @@ var modal = (function() {
|
||||
var body = helper.e("body");
|
||||
helper.setObject({
|
||||
object: state.get(),
|
||||
path: "modal.active",
|
||||
path: "modal",
|
||||
newValue: true
|
||||
});
|
||||
var modalWrapper = document.createElement("div");
|
||||
@ -50,7 +50,7 @@ var modal = (function() {
|
||||
};
|
||||
helper.setObject({
|
||||
object: state.get(),
|
||||
path: "modal.active",
|
||||
path: "modal",
|
||||
newValue: false
|
||||
});
|
||||
};
|
||||
|
@ -1,7 +1,7 @@
|
||||
var version = (function() {
|
||||
|
||||
// version is normally bumped when the state needs changing or any new functionality is added
|
||||
var current = "2.9.3";
|
||||
var current = "2.9.4";
|
||||
|
||||
var get = function() {
|
||||
var number = current.split(".");
|
||||
|
Loading…
Reference in New Issue
Block a user