[filter] remove broken code
This commit is contained in:
parent
30b437542d
commit
eeef6da955
1 changed files with 0 additions and 4 deletions
|
@ -21,10 +21,6 @@ class Filter extends Extension
|
|||
{
|
||||
global $page;
|
||||
$this->theme->addFilterBox();
|
||||
$page->add_html_header(SCRIPT("
|
||||
Array.from(document.getElementsByClassName('thumb')).forEach(function(post) {
|
||||
post.style.display='none';
|
||||
});"));
|
||||
}
|
||||
|
||||
public function onSetupBuilding(SetupBuildingEvent $event): void
|
||||
|
|
Reference in a new issue