fix in app help window does not close in some cases

This commit is contained in:
mlorb 2018-11-21 10:19:41 +01:00
parent e9c0b34662
commit 39b01bc8ed

View file

@ -79,6 +79,12 @@
});
});
}
$(document.body).on('click', function() {
$('.help_tooltips').each(function(i, obj) {
$(obj).popover('hide');
});
});
};
$(document).on('turbolinks:load', function() {