Merge remote-tracking branch 'origin/lars-algemeen' into hendrik-testing

This commit is contained in:
Hendrik
2017-01-17 15:15:14 +01:00
7 changed files with 176 additions and 95 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB

View File

@@ -1,5 +1,6 @@
$(document).ready(function() {
$(".extra-menu-items").hide();
$("#menu-back").hide();
// Show more friends
$("#more-friends-click").click(function() {

View File

@@ -4,7 +4,6 @@
<body>
<?php
// database gegevens zijn elders opgeslagen
include_once("../queries/connect.php");
include_once("../queries/friendship.php");