diff --git a/src/Resources/contao/templates/navigation/mate/nav_mate_mobile.html5 b/src/Resources/contao/templates/navigation/mate/nav_mate_mobile.html5 index cc71a18..96f629d 100644 --- a/src/Resources/contao/templates/navigation/mate/nav_mate_mobile.html5 +++ b/src/Resources/contao/templates/navigation/mate/nav_mate_mobile.html5 @@ -16,7 +16,7 @@ - arrow_drop_down + arrow_drop_down @@ -39,4 +39,8 @@ jQuery(".mobile-menu i").bind("touchstart click", function() { $(this).html() == "arrow_drop_down" ? $(this).html("arrow_drop_up") : $(this).html("arrow_drop_down"); -}); '; ?> \ No newline at end of file +}); +jQuery(".mobile-menu i").bind("touchstart click", function() { + $(this).parent("li").next().toggle();return false; +}); +'; ?> \ No newline at end of file