Skip to content

Commit

Permalink
[TASK] Remove unused toolbar related JS selectors
Browse files Browse the repository at this point in the history
Resolves: #101238
Releases: main, 12.4
Change-Id: I3ff0ea07c5b4121d3b585215b13b4834de7838b4
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/79714
Tested-by: core-ci <typo3@b13.com>
Tested-by: Andreas Fernandez <a.fernandez@scripting-base.de>
Tested-by: Oliver Bartsch <bo@cedev.de>
Reviewed-by: Andreas Fernandez <a.fernandez@scripting-base.de>
Tested-by: Jochen <rothjochen@gmail.com>
Reviewed-by: Oliver Bartsch <bo@cedev.de>
Reviewed-by: Jochen <rothjochen@gmail.com>
  • Loading branch information
o-ba committed Jul 5, 2023
1 parent 089578d commit 23b50fc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ public function initializeArguments(): void
public static function renderStatic(array $arguments, \Closure $renderChildrenClosure, RenderingContextInterface $renderingContext): string
{
$additionalAttributes = [
'class' => 'toolbar-item t3js-toolbar-item',
'class' => 'toolbar-item',
];

$toolbarItem = $arguments['class'] ?? null;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
</div>
</div>
<div class="scaffold-toolbar t3js-scaffold-toolbar" data-toolbar-identifier="toolbar">
<div class="toolbar t3js-topbar-toolbar">
<div class="toolbar">
<ul class="toolbar-list" data-typo3-role="typo3-module-menu">
<f:for each="{toolbarItems}" as="toolbarItem">
<li {be:toolbar.attributes(class: toolbarItem) -> f:format.raw()}>
Expand Down

0 comments on commit 23b50fc

Please sign in to comment.