mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-05-30 15:24:08 +03:00
Update modal.js
This commit is contained in:
@@ -684,6 +684,9 @@ $(function () {
|
||||
}).on('hidden.bs.modal', function () {
|
||||
assert.strictEqual(count, 1, 'show() runs only once')
|
||||
done()
|
||||
}).bootstrapModal('show').bootstrapModal('show').bootstrapModal('hide')
|
||||
})
|
||||
.bootstrapModal('show')
|
||||
.bootstrapModal('show')
|
||||
.bootstrapModal('hide')
|
||||
})
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user