mirror of
https://github.com/wukko/cobalt.git
synced 2025-06-12 21:27:39 +02:00
new inner layout
- one main controlling script (cobalt.js). - added api server name to serverInfo endpoint. - one dockerfile. - less mess.
This commit is contained in:
@ -664,10 +664,6 @@ button:active,
|
||||
#pd-share {
|
||||
display: none;
|
||||
}
|
||||
#hop-attribution {
|
||||
display: block;
|
||||
text-align: right;
|
||||
}
|
||||
#about-donate-footer::before {
|
||||
content: "";
|
||||
position: absolute;
|
||||
|
@ -19,8 +19,6 @@ const exceptions = { // used for mobile devices
|
||||
"vQuality": "720"
|
||||
};
|
||||
|
||||
let apiURL = '';
|
||||
|
||||
let store = {};
|
||||
|
||||
function changeAPI(url) {
|
||||
|
Reference in New Issue
Block a user