mirror of
https://github.com/twbs/bootstrap.git
synced 2025-06-04 00:02:59 -04:00
Update modal.js
This commit is contained in:
parent
ef2da793e8
commit
be9e6f3638
@ -684,6 +684,9 @@ $(function () {
|
|||||||
}).on('hidden.bs.modal', function () {
|
}).on('hidden.bs.modal', function () {
|
||||||
assert.strictEqual(count, 1, 'show() runs only once')
|
assert.strictEqual(count, 1, 'show() runs only once')
|
||||||
done()
|
done()
|
||||||
}).bootstrapModal('show').bootstrapModal('show').bootstrapModal('hide')
|
})
|
||||||
|
.bootstrapModal('show')
|
||||||
|
.bootstrapModal('show')
|
||||||
|
.bootstrapModal('hide')
|
||||||
})
|
})
|
||||||
})
|
})
|
||||||
|
Loading…
x
Reference in New Issue
Block a user