just Prettier formating
This commit is contained in:
@@ -8,7 +8,7 @@ function thumbnailupdateurl(gameid, gamename, rootpage, orderby, details) {
|
||||
what: "thumbnail",
|
||||
gameid: gameid,
|
||||
gamename: gamename,
|
||||
url: url
|
||||
url: url,
|
||||
};
|
||||
|
||||
$.ajax({
|
||||
@@ -23,9 +23,16 @@ function thumbnailupdateurl(gameid, gamename, rootpage, orderby, details) {
|
||||
.delay(3000)
|
||||
.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