minor adjustments to bootstrap for new jQuery
parent
dd733b0cb7
commit
f2cf762b60
File diff suppressed because one or more lines are too long
|
@ -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
Loading…
Reference in New Issue