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 @@