upload build

This commit is contained in:
koplenov 2025-08-19 02:16:50 +03:00
parent e4edb5a4d1
commit c9792c39a3
6 changed files with 12 additions and 15 deletions

View file

@ -15402,14 +15402,13 @@ var $;
this.add_title(''); this.add_title('');
} }
add_site(url, title) { add_site(url, title) {
const new_site = this.home().Sites(null).make({ '': $hyoo_crus_rank_rule }); const new_site = this.home().Sites(null).make(null);
new_site.land().give(null, $hyoo_crus_rank_post("just"));
new_site.url(null).val(url); new_site.url(null).val(url);
new_site.title(null).val(title); new_site.title(null).val(title);
} }
target_remove(prop) { target_remove(prop) {
const current = this.home().Sites(null).items_vary(); this.home().Sites(null).cut(prop.ref());
const new_list = current.filter(item => item != prop.ref());
this.home().Sites(null).items_vary(new_list);
} }
my_key() { my_key() {
return this.$.$hyoo_crus_auth.current().lord().description; return this.$.$hyoo_crus_auth.current().lord().description;

File diff suppressed because one or more lines are too long

View file

@ -15393,14 +15393,13 @@ var $;
this.add_title(''); this.add_title('');
} }
add_site(url, title) { add_site(url, title) {
const new_site = this.home().Sites(null).make({ '': $hyoo_crus_rank_rule }); const new_site = this.home().Sites(null).make(null);
new_site.land().give(null, $hyoo_crus_rank_post("just"));
new_site.url(null).val(url); new_site.url(null).val(url);
new_site.title(null).val(title); new_site.title(null).val(title);
} }
target_remove(prop) { target_remove(prop) {
const current = this.home().Sites(null).items_vary(); this.home().Sites(null).cut(prop.ref());
const new_list = current.filter(item => item != prop.ref());
this.home().Sites(null).items_vary(new_list);
} }
my_key() { my_key() {
return this.$.$hyoo_crus_auth.current().lord().description; return this.$.$hyoo_crus_auth.current().lord().description;

File diff suppressed because one or more lines are too long

View file

@ -14199,14 +14199,13 @@ var $;
this.add_title(''); this.add_title('');
} }
add_site(url, title) { add_site(url, title) {
const new_site = this.home().Sites(null).make({ '': $hyoo_crus_rank_rule }); const new_site = this.home().Sites(null).make(null);
new_site.land().give(null, $hyoo_crus_rank_post("just"));
new_site.url(null).val(url); new_site.url(null).val(url);
new_site.title(null).val(title); new_site.title(null).val(title);
} }
target_remove(prop) { target_remove(prop) {
const current = this.home().Sites(null).items_vary(); this.home().Sites(null).cut(prop.ref());
const new_list = current.filter(item => item != prop.ref());
this.home().Sites(null).items_vary(new_list);
} }
my_key() { my_key() {
return this.$.$hyoo_crus_auth.current().lord().description; return this.$.$hyoo_crus_auth.current().lord().description;

File diff suppressed because one or more lines are too long