1
0
mirror of https://github.com/shadowfacts/type.git synced 2025-02-05 10:11:24 +00:00

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

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) {