Adds newly generated github API token to "unavailable game" page

This commit is contained in:
logsol 2016-10-09 22:00:46 +02:00
parent b798e6acac
commit 8fc1fb5d4e

View file

@ -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 ) {