Skip to content

Commit

Permalink
bug fixes and such
Browse files Browse the repository at this point in the history
  • Loading branch information
instance-id committed Apr 18, 2020
1 parent 3b55521 commit 3d1614f
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions python2.7libs/searcher/bug.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
<!DOCTYPE html>
<html lang="en">

<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Demo</title>
</head>

<body>


<script src="https://cdn.jsdelivr.net/gh/pixeline/portable-github-issues-form/bundle.js?v=1.0" ></script>
<script>
// This is to bypass the github protection against committed auth tokens.
var token1 = 'f78c9d294bef6904a';
var token2 = '22c6b0e1f528ed6a3c82014';
var token = token1+token2;
var Issue = new GithubIssueForm({ 'token': token, 'useragent': 'portable-github-issues-form', 'repository': 'pixeline/portable-github-issues-form', 'milestone': null });
Issue.inject();
</script>
</body>

</html>

0 comments on commit 3d1614f

Please sign in to comment.