8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc4bf51 commit d6c1041Copy full SHA for d6c1041
tools/gh-graphql/gh-graphql.html
@@ -10,6 +10,8 @@
10
<script src="./assets/js/jquery-3.5.1.slim.min.js"></script>
11
</head>
12
<body id="nodrop">
13
+ <div id="autherror">
14
+ </div>
15
<div id="pagetitle">
16
<h2>GitHub GraphQL</h2>
17
<h3>Prepare and POST</h3>
@@ -42,7 +44,7 @@ <h3>Prepare and POST</h3>
42
44
When the file name starts with an underscore it is
43
45
ignored by the repo's .gitignore file.
46
-->
-<script src="./assets/js/_ghauth.js"></script>
47
+<script src="./assets/js/ghauth.js"></script>
48
<script src="./assets/js/ghapi-v4.js"></script>
49
<script src="./assets/js/qryutils.js"></script>
50
<script src="./assets/js/qryout.js"></script>
0 commit comments