We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db152ff commit 89dff38Copy full SHA for 89dff38
2 files changed
js/modal.js
@@ -27,7 +27,7 @@ var modal = (function() {
27
var body = helper.e("body");
28
helper.setObject({
29
object: state.get(),
30
- path: "modal.active",
+ path: "modal",
31
newValue: true
32
});
33
var modalWrapper = document.createElement("div");
@@ -50,7 +50,7 @@ var modal = (function() {
50
};
51
52
53
54
newValue: false
55
56
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 = "2.9.3";
+ var current = "2.9.4";
5
6
var get = function() {
7
var number = current.split(".");
0 commit comments