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:
wukko
2023-05-22 01:13:05 +06:00
parent 19bc17b1dd
commit 9edc4bd61b
14 changed files with 304 additions and 358 deletions

View File

@ -664,10 +664,6 @@ button:active,
#pd-share {
display: none;
}
#hop-attribution {
display: block;
text-align: right;
}
#about-donate-footer::before {
content: "";
position: absolute;

View File

@ -19,8 +19,6 @@ const exceptions = { // used for mobile devices
"vQuality": "720"
};
let apiURL = '';
let store = {};
function changeAPI(url) {