1
1
Fork 0
mirror of https://github.com/boxgaming/qbjs.git synced 2024-04-28 17:20:13 +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", "");
}
if (baseUrl.endsWith("/")) {
baseUrl = baseUrl.slice(0, 1);
baseUrl = baseUrl.slice(0, -1);
}
function fixlinks(div, project) {