The menu now backend supported
It loads the friends and groups of userID 2 by default (only if there is no session userID set
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
$(document).ready(function() {
|
||||
$(".extra-menu-items").hide();
|
||||
$("#menu-back").hide();
|
||||
|
||||
// Show more friends
|
||||
$("#more-friends-click").click(function() {
|
||||
|
||||
@@ -4,7 +4,6 @@
|
||||
<body>
|
||||
<?php
|
||||
|
||||
// database gegevens zijn elders opgeslagen
|
||||
include_once("../queries/connect.php");
|
||||
include_once("../queries/friendship.php");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user