just Prettier formating
This commit is contained in:
@@ -8,7 +8,7 @@ function thumbnailupdateurl(gameid, gamename, rootpage, orderby, details) {
|
|||||||
what: "thumbnail",
|
what: "thumbnail",
|
||||||
gameid: gameid,
|
gameid: gameid,
|
||||||
gamename: gamename,
|
gamename: gamename,
|
||||||
url: url
|
url: url,
|
||||||
};
|
};
|
||||||
|
|
||||||
$.ajax({
|
$.ajax({
|
||||||
@@ -23,9 +23,16 @@ function thumbnailupdateurl(gameid, gamename, rootpage, orderby, details) {
|
|||||||
.delay(3000)
|
.delay(3000)
|
||||||
.fadeOut();
|
.fadeOut();
|
||||||
});
|
});
|
||||||
$("#page").load("page.php?rootpage=" + rootpage + "&orderby=" + orderby + "&details=" + details);
|
$("#page").load(
|
||||||
|
"page.php?rootpage=" +
|
||||||
|
rootpage +
|
||||||
|
"&orderby=" +
|
||||||
|
orderby +
|
||||||
|
"&details=" +
|
||||||
|
details
|
||||||
|
);
|
||||||
});
|
});
|
||||||
}
|
},
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user