diff --git a/core/js/index.js b/core/js/index.js index 11d138b00..1e86518ae 100644 --- a/core/js/index.js +++ b/core/js/index.js @@ -256,7 +256,7 @@ function refreshLibrary() { let readme = `Read more...`; let favourite = favourites.find(e => e == app.id); - let url = `${APP_SOURCECODE_URL}/${app.id}`; + let githubURL = `${APP_SOURCECODE_URL}/${app.id}`; let appurl = window.location.origin + window.location.pathname + "#" + encodeURIComponent(app.id); return `