1
1
Fork 0
mirror of https://github.com/boxgaming/qbjs.git synced 2024-05-12 08:00:12 +00:00

added alert for gitpages troubleshooting

This commit is contained in:
boxgaming 2023-10-10 17:30:20 -05:00
parent 8c87c0f033
commit d75528a749

View file

@ -9,6 +9,7 @@ var GitHelp = new function() {
if (baseUrl.endsWith("/index.html")) {
baseUrl = baseUrl.replace("/index.html", "");
}
alert(baseUrl);
function fixlinks(div, project) {
var a = div.getElementsByTagName("a");