mirror of
https://github.com/sehugg/8bitworkshop.git
synced 2025-01-12 15:30:15 +00:00
github: load config.js from 8bitworkshop.com
This commit is contained in:
parent
3a960c3e6e
commit
1d3b8ab99c
@ -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');
|
||||||
|
Loading…
x
Reference in New Issue
Block a user