mirror of
https://github.com/wukko/cobalt.git
synced 2025-06-12 21:27:39 +02:00
updated dockerfiles
this is a mess, i have to come up with something better
This commit is contained in:
@ -19,10 +19,14 @@ const exceptions = { // used for mobile devices
|
||||
"vQuality": "720"
|
||||
};
|
||||
|
||||
const apiURL = '';
|
||||
let apiURL = '';
|
||||
|
||||
let store = {};
|
||||
|
||||
function changeAPI(url) {
|
||||
apiURL = url;
|
||||
return true
|
||||
}
|
||||
function eid(id) {
|
||||
return document.getElementById(id)
|
||||
}
|
||||
|
Reference in New Issue
Block a user