diff --git a/js/modal.js b/js/modal.js index 5a523b29..04c3bf0c 100644 --- a/js/modal.js +++ b/js/modal.js @@ -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 }); }; diff --git a/js/version.js b/js/version.js index 717dfdad..40055148 100644 --- a/js/version.js +++ b/js/version.js @@ -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(".");