8000 added elements for auth token error message · jxmot/github-graphql-snippets@d6c1041 · GitHub
[go: up one dir, main page]

8000 Skip to content

Commit d6c1041

Browse files
committed
added elements for auth token error message
1 parent dc4bf51 commit d6c1041

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tools/gh-graphql/gh-graphql.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010
<script src="./assets/js/jquery-3.5.1.slim.min.js"></script>
1111
</head>
1212
<body id="nodrop">
13+
<div id="autherror">
14+
</div>
1315
<div id="pagetitle">
1416
<h2>GitHub GraphQL</h2>
1517
<h3>Prepare and POST</h3>
@@ -42,7 +44,7 @@ <h3>Prepare and POST</h3>
4244
When the file name starts with an underscore it is
4345
ignored by the repo's .gitignore file.
4446
-->
45-
<script src="./assets/js/_ghauth.js"></script>
47+
<script src="./assets/js/ghauth.js"></script>
4648
<script src="./assets/js/ghapi-v4.js"></script>
4749
<script src="./assets/js/qryutils.js"></script>
4850
<script src="./assets/js/qryout.js"></script>

0 commit comments

Comments
 (0)
0