1
0
mirror of https://github.com/sehugg/8bitworkshop.git synced 2024-05-28 23:41:32 +00:00

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

View File

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