upload build
This commit is contained in:
parent
e4edb5a4d1
commit
c9792c39a3
6 changed files with 12 additions and 15 deletions
|
|
@ -15402,14 +15402,13 @@ var $;
|
|||
this.add_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.title(null).val(title);
|
||||
}
|
||||
target_remove(prop) {
|
||||
const current = this.home().Sites(null).items_vary();
|
||||
const new_list = current.filter(item => item != prop.ref());
|
||||
this.home().Sites(null).items_vary(new_list);
|
||||
this.home().Sites(null).cut(prop.ref());
|
||||
}
|
||||
my_key() {
|
||||
return this.$.$hyoo_crus_auth.current().lord().description;
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
|
|
@ -15393,14 +15393,13 @@ var $;
|
|||
this.add_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.title(null).val(title);
|
||||
}
|
||||
target_remove(prop) {
|
||||
const current = this.home().Sites(null).items_vary();
|
||||
const new_list = current.filter(item => item != prop.ref());
|
||||
this.home().Sites(null).items_vary(new_list);
|
||||
this.home().Sites(null).cut(prop.ref());
|
||||
}
|
||||
my_key() {
|
||||
return this.$.$hyoo_crus_auth.current().lord().description;
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
7
-/web.js
7
-/web.js
|
|
@ -14199,14 +14199,13 @@ var $;
|
|||
this.add_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.title(null).val(title);
|
||||
}
|
||||
target_remove(prop) {
|
||||
const current = this.home().Sites(null).items_vary();
|
||||
const new_list = current.filter(item => item != prop.ref());
|
||||
this.home().Sites(null).items_vary(new_list);
|
||||
this.home().Sites(null).cut(prop.ref());
|
||||
}
|
||||
my_key() {
|
||||
return this.$.$hyoo_crus_auth.current().lord().description;
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
Loading…
Add table
Reference in a new issue