Update js/apps.js

This commit is contained in:
LEGALISE_PIRACY 2024-03-11 15:37:39 +00:00
parent efd368e829
commit ea36f700da

View File

@ -155,7 +155,7 @@ function loadGames(data) {
}
function redirectGame(dir) {
window.location.href = window.location.origin + "/semag/" + dir + "/index.html";
window.location.href = window.location.origin + "/sppa/" + dir + "/index.html";
}
function dynamicSort(property) {
var sortOrder = 1;