Friends and friendrequest are fully ajax. Also added friend-item
This commit is contained in:
@@ -37,9 +37,8 @@
|
||||
</li>
|
||||
";
|
||||
}
|
||||
|
||||
$chatID = $_GET["chatID"];
|
||||
if (isset($chatID) && $chatID != "") {
|
||||
if (isset($_GET["chatID"]) && $_GET["chatID"] != "") {
|
||||
$chatID = $_GET["chatID"];
|
||||
echo "<script>$(document).ready(function(){switchUser('$chatID')});</script>";
|
||||
}
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user