From 350cf93553e85bbc07f516bd63fd76c8d2f6a09e Mon Sep 17 00:00:00 2001 From: Shadowfacts Date: Mon, 3 Oct 2016 16:27:28 -0400 Subject: [PATCH] Actually show the repo name on the repo page --- js/repo.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/js/repo.js b/js/repo.js index 88ed59e..0303dd1 100644 --- a/js/repo.js +++ b/js/repo.js @@ -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) {