misc: attach kebab menu event to main content (#34406)

(so the page contents can be reloaded)
This commit is contained in:
Frédéric Péters 2019-07-16 08:42:10 +02:00
parent ca0eff6c74
commit a3a3053986
1 changed files with 1 additions and 1 deletions

View File

@ -381,7 +381,7 @@ var gadjo_js = gadjo_js || {};
}
});
$(function() {
$('a.extra-actions-menu-opener').on('click', function() {
$('#main-content').on('click', 'a.extra-actions-menu-opener', function() {
$(this).toggleClass('open');
$('.extra-actions-menu').toggleClass('open');
});