just Prettier formating

This commit is contained in:
2020-08-30 15:39:40 -04:00
parent 1dc822e937
commit 1b38defb03

View File

@@ -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
);
}); });
} },
}); });
} }
} }