mirror of
https://github.com/boxgaming/qbjs.git
synced 2024-09-28 06:27:47 +00:00
typo fix
This commit is contained in:
parent
7d2a4189cb
commit
cb8b666256
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue