From 8fb8df075f002583a17729d24eadaba9fcc82ef0 Mon Sep 17 00:00:00 2001 From: Lars van Hijfte Date: Thu, 26 Jan 2017 11:31:15 +0100 Subject: [PATCH 1/6] Added comments --- website/public/API/edit_friendship.php | 31 ------- website/public/js/header.js | 32 +++----- website/public/js/menu.js | 109 +++++++++++-------------- website/public/js/notifications.js | 43 ---------- website/views/notification-center.php | 2 +- 5 files changed, 61 insertions(+), 156 deletions(-) delete mode 100644 website/public/API/edit_friendship.php delete mode 100644 website/public/js/notifications.js diff --git a/website/public/API/edit_friendship.php b/website/public/API/edit_friendship.php deleted file mode 100644 index 52aacf5..0000000 --- a/website/public/API/edit_friendship.php +++ /dev/null @@ -1,31 +0,0 @@ - \ -//
\ -// \ -//
\ -// \ -// "); -// } -// } -// -// function loadNotifications() { -// $.post( -// "API/loadChatNotifications.php" -// ).done(function(data) { -// if (data && data != "[]") { -// $("#unread-messages-section").show(); -// showChatNotifications(JSON.parse(data)); -// } else { -// $("#unread-messages-section").hide(); -// } -// }); -// -// setTimeout(loadNotifications, 10000); -// } -// $(document).ready(function() { -// loadNotifications(); -// }); - - - diff --git a/website/views/notification-center.php b/website/views/notification-center.php index 8c01217..ee5622e 100644 --- a/website/views/notification-center.php +++ b/website/views/notification-center.php @@ -7,7 +7,7 @@

- Vriendchapsverzoeken + Verzoeken