Skip to content

Commit aaaccf8

Browse files
committed
Do not turbo-prefetch on operation links
1 parent 20319c9 commit aaaccf8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Contao/Widgets/MultiColumnWizard.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1756,7 +1756,7 @@ protected function generateButtonString($level = 0)
17561756
$return .=
17571757
\sprintf(
17581758
'<a data-operations="%s" href="%s" class="widgetImage op-%s" title="%s"
1759-
onclick="return false;">%s</a>',
1759+
onclick="return false;" data-turbo-prefetch="false">%s</a>',
17601760
$button,
17611761
$this->addToUrl(
17621762
\sprintf(

0 commit comments

Comments
 (0)