fix bug nhỏ

This commit is contained in:
2020-10-26 14:58:04 +07:00
parent 2b88dbb695
commit 758b8d29c3
2 changed files with 6 additions and 1 deletions

View File

@@ -2,6 +2,7 @@ $(function () {
$('[data-toggle="tooltip"]').tooltip({
container: 'body'
});
$.fn.modal.Constructor.prototype.enforceFocus = $.noop;
});
/**