minor adjustments to bootstrap for new jQuery

merge-requests/289/head
Moe Alam 2021-01-30 06:41:19 -08:00
parent dd733b0cb7
commit f2cf762b60
3 changed files with 4 additions and 4 deletions

File diff suppressed because one or more lines are too long

View File

@ -943,7 +943,7 @@ if (typeof jQuery === 'undefined') {
if (this.options.remote) {
this.$element
.find('.modal-content')
.load(this.options.remote, $.proxy(function () {
.on('load',this.options.remote, $.proxy(function () {
this.$element.trigger('loaded.bs.modal')
}, this))
}

File diff suppressed because one or more lines are too long