Browse Source

publish muk_web_theme - 12.0

pull/68/head
MuK IT GmbH 5 years ago
parent
commit
f516f610f3
  1. 1
      muk_web_theme/static/src/js/chrome/menu.js

1
muk_web_theme/static/src/js/chrome/menu.js

@ -59,7 +59,6 @@ Menu.include({
event.preventDefault();
event.stopPropagation();
var $section = $(event.currentTarget);
console.log($section)
if ($section.hasClass('show')) {
$section.removeClass('show');
$section.find('.show').removeClass('show');

Loading…
Cancel
Save