mirror of
https://github.com/logsol/chuck.js.git
synced 2026-05-11 10:37:34 +00:00
Adds newly generated github API token to "unavailable game" page
This commit is contained in:
parent
b798e6acac
commit
8fc1fb5d4e
1 changed files with 1 additions and 1 deletions
|
|
@ -53,7 +53,7 @@ a {
|
|||
|
||||
<script type="text/javascript">
|
||||
|
||||
var url = "https://api.github.com/repos/logsol/chuck.js/milestones?access_token=e54ce2084dcca03983780524fad234296cbc640a";
|
||||
var url = "https://api.github.com/repos/logsol/chuck.js/milestones?access_token=ce6b0623328e3733e160fe362d262a6b65e9cf27";
|
||||
var lookingFor = "Alpha-";
|
||||
|
||||
$.get(url, function( data ) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue