Merge pull request #1385 from mlorb/ml-sci-2866

Fix in app help window does not close in some cases [SCI-2866]
This commit is contained in:
mlorb 2018-11-22 10:48:52 +01:00 committed by GitHub
commit de803e70a8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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() { $(document).on('turbolinks:load', function() {