Skip to content

Commit 24788b4

Browse files
committed
Re-add a data-disableactive attribute which was dropped by mistake in moodle-an-hochschulen#602
1 parent ecc3646 commit 24788b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/smartmenus-cardmenu-children.mustache

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
</h5>
6565
{{^is_action_link}}
6666
<div class="btn-block">
67-
<a class="dropdown-item " role="menuitem" href="{{{url}}}{{{action}}}" {{#isactive}}aria-current="true"{{/isactive}} tabindex="-1" {{#attributes}}{{name}}="{{value}}"{{/attributes}} style="{{#itemdata.textcolor}} color:{{{itemdata.textcolor}}};{{/itemdata.textcolor}}">
67+
<a class="dropdown-item " role="menuitem" href="{{{url}}}{{{action}}}" {{#isactive}}aria-current="true"{{/isactive}} data-disableactive="true" tabindex="-1" {{#attributes}}{{name}}="{{value}}"{{/attributes}} style="{{#itemdata.textcolor}} color:{{{itemdata.textcolor}}};{{/itemdata.textcolor}}">
6868
<i class="fa fa-long-arrow-right"></i>
6969
</a>
7070
</div>

0 commit comments

Comments
 (0)