1
1
Fork 0
mirror of https://github.com/boxgaming/qbjs.git synced 2024-05-12 08:00:12 +00:00
This commit is contained in:
boxgaming 2023-10-10 17:37:23 -05:00
parent 7d2a4189cb
commit cb8b666256

View file

@ -10,7 +10,7 @@ var GitHelp = new function() {
baseUrl = baseUrl.replace("/index.html", ""); baseUrl = baseUrl.replace("/index.html", "");
} }
if (baseUrl.endsWith("/")) { if (baseUrl.endsWith("/")) {
baseUrl = baseUrl.slice(0, 1); baseUrl = baseUrl.slice(0, -1);
} }
function fixlinks(div, project) { function fixlinks(div, project) {