Disabling some ads before preview with client.
This commit is contained in:
parent
ca3a1a33e2
commit
191709e129
@ -21,7 +21,7 @@ sub weight {
|
|||||||
}
|
}
|
||||||
|
|
||||||
sub is_active ($self) {
|
sub is_active ($self) {
|
||||||
return 1;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
sub img {
|
sub img {
|
||||||
|
@ -29,7 +29,7 @@ sub default_alternative($self) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
sub is_active ($self) {
|
sub is_active ($self) {
|
||||||
return 1;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
sub img ($self) {
|
sub img ($self) {
|
||||||
|
Loading…
Reference in New Issue
Block a user