mirror of https://github.com/shadowfacts/type.git
Actually show the repo name on the repo page
This commit is contained in:
parent
2a06ed6d92
commit
350cf93553
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue