iframes war

This commit is contained in:
lopar 2018-03-24 03:21:32 +02:00
parent cf21a01c79
commit 9bf855911c
1 changed files with 1 additions and 3 deletions

View File

@ -98,9 +98,7 @@ if (!isset($_SESSION['uid'])) header("Location: index.php");
$("#game").load("main.php");
function loadlink(){
$('#chat').load('chat.php',function () {
$(this).unwrap();
});
$('#chat').load('chat.php');
}
loadlink(); // This will run on page load