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