Убрал лишний код

This commit is contained in:
Book Pauk
2022-12-14 19:22:13 +07:00
parent 29b40bc91d
commit 0ee373c1f3
6 changed files with 4 additions and 33 deletions

View File

@@ -32,9 +32,6 @@ class LibsPage {
}
init() {
if (this.mode != 'liberama.top')
return;
this.childReady = false;
const subdomain = (window.location.protocol != 'http:' ? 'b.' : '');
this.origin = `http://${subdomain}${window.location.host}`;