WebHost: order guides by alphabet

This commit is contained in:
Fabian Dill
2022-03-14 21:30:18 +01:00
parent 14633724f2
commit 8b78477c69
2 changed files with 13 additions and 1 deletions

View File

@@ -66,6 +66,6 @@ window.addEventListener('load', () => {
console.error(error);
}
};
ajax.open('GET', `${window.location.origin}/static/assets/tutorial/tutorials.json`, true);
ajax.open('GET', `${window.location.origin}/static/generated/tutorials.json`, true);
ajax.send();
});