github: load config.js from 8bitworkshop.com

This commit is contained in:
Steven Hugg 2022-02-21 09:39:49 -06:00
parent 3a960c3e6e
commit 1d3b8ab99c
1 changed files with 1 additions and 1 deletions

View File

@ -642,7 +642,7 @@ async function getGithubService() {
// load firebase
await loadScript('https://www.gstatic.com/firebasejs/8.8.1/firebase-app.js');
await loadScript('https://www.gstatic.com/firebasejs/8.8.1/firebase-auth.js');
await loadScript('./config.js');
await loadScript('https://8bitworkshop.com/config.js');
// get github API key from cookie
// TODO: move to service?
var ghkey = getCookie('__github_key');