Lokasi ngalangkungan proxy:   [ UP ]  
[Ngawartoskeun bug]   [Panyetelan cookie]                
Skip to content

Commit 3359917

Browse files
committed
[bug] fix scroll disabled not being removed when menu is closed
1 parent d7f63d7 commit 3359917

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

js/menu.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ var menu = (function() {
66
allMenuNavButton.forEach(function(arrayItem, index) {
77
arrayItem.addEventListener("click", function() {
88
_tab(this);
9-
page.update();
109
}, false);
1110
});
1211
menuClose.addEventListener("click", function() {
1312
close();
1413
shade.destroy();
14+
page.update();
1515
}, false);
1616
};
1717

js/version.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
var version = (function() {
22

33
// version is normally bumped when the state needs changing or any new functionality is added
4-
var current = "3.1.4";
4+
var current = "3.1.5";
55

66
var compare = function(a, b) {
77
var pa = a.split(".");

0 commit comments

Comments
 (0)