Skip to content

Commit 65dc4a4

Browse files
committed
Apply right handle names
1 parent 4065ca5 commit 65dc4a4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Observer/ApplyLayoutHandles.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ public function execute(Observer $observer): void
2121
return;
2222
}
2323

24-
$this->layout->getUpdate()->addHandle('LokiTheme_LumaComponents_remove_legacy_js');
24+
$this->layout->getUpdate()->addHandle('loki_theme_remove_legacy_js');
2525

2626
foreach ($this->layout->getUpdate()->getHandles() as $handle) {
27-
$this->layout->getUpdate()->addHandle('LokiTheme_LumaComponents_' . $handle);
27+
$this->layout->getUpdate()->addHandle('loki_theme_' . $handle);
2828
}
2929
}
3030
}

0 commit comments

Comments
 (0)