iframes war
This commit is contained in:
parent
cf21a01c79
commit
9bf855911c
4
game.php
4
game.php
@ -98,9 +98,7 @@ if (!isset($_SESSION['uid'])) header("Location: index.php");
|
|||||||
$("#game").load("main.php");
|
$("#game").load("main.php");
|
||||||
|
|
||||||
function loadlink(){
|
function loadlink(){
|
||||||
$('#chat').load('chat.php',function () {
|
$('#chat').load('chat.php');
|
||||||
$(this).unwrap();
|
|
||||||
});
|
|
||||||
}
|
}
|
||||||
|
|
||||||
loadlink(); // This will run on page load
|
loadlink(); // This will run on page load
|
||||||
|
Loading…
Reference in New Issue
Block a user