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

@@ -53,6 +53,7 @@ function editFriendship(userID, value) {
$.post("API/editFriendship.php", { usr: userID, action: value })
.done(function() {
placeFriendButtons();
updateMenus();
});
}