BUG FIX: Menu now saves the cookie again

This commit is contained in:
Lars van Hijfte
2017-02-01 13:07:06 +01:00
parent dc69fb493c
commit 2b98480587
6 changed files with 57 additions and 38 deletions

View File

@@ -25,6 +25,7 @@ function placeGroupButtons() {
.done(function() {
$buttonContainer.children().remove();
placeGroupButtons();
updateMenus();
}).fail(function() {
});
});