We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7f63d7 commit 3359917Copy full SHA for 3359917
2 files changed
js/menu.js
@@ -6,12 +6,12 @@ var menu = (function() {
6
allMenuNavButton.forEach(function(arrayItem, index) {
7
arrayItem.addEventListener("click", function() {
8
_tab(this);
9
- page.update();
10
}, false);
11
});
12
menuClose.addEventListener("click", function() {
13
close();
14
shade.destroy();
+ page.update();
15
16
};
17
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.1.4";
+ var current = "3.1.5";
5
var compare = function(a, b) {
var pa = a.split(".");
0 commit comments