Skip to content

Commit 08bdc48

Browse files
committed
Removed test links.
1 parent c08bb32 commit 08bdc48

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<meta charset=utf-8>
44
<link rel=stylesheet href=style/style.css>
55
<title>GistBarn</title>
6-
<a href=/tests/>Tests</a>
6+
<!--<a href=/tests/>Tests</a>-->
77
<main class=app></main>
88
<!-- adds a GitHub global object -->
99
<script src="https://unpkg.com/github-api/dist/GitHub.bundle.min.js"></script>

src/ap

Whitespace-only changes.

src/app.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ Object.assign(self, {appState});
1515
start();
1616

1717
async function start() {
18+
// don't support routing (yet)
19+
location.hash = '';
1820
const isLoggedIn = await API.isLoggedIn(appState);
1921
if ( !isLoggedIn ) {
2022
AuthIn(appState).to('main.app', 'innerHTML');

0 commit comments

Comments
 (0)