Actually show the repo name on the repo page

This commit is contained in:
Shadowfacts 2016-10-03 16:27:28 -04:00
parent 2a06ed6d92
commit 350cf93553
Signed by: shadowfacts
GPG Key ID: 94A5AB95422746E5
1 changed files with 2 additions and 0 deletions

View File

@ -1,5 +1,7 @@
let repo = window.location.hash.substring(1);
$("#repo-title").text(repo);
localforage.getItem(repo)
.then((val) => {
for (var f in val) {