mirror of
https://github.com/jasny/bootstrap.git
synced 2026-04-24 03:00:49 -04:00
Merge branch 'patch-1' of github.com:ghiculescu/bootstrap into 2.2.2-j4-wip
This commit is contained in:
4
js/bootstrap-inputmask.js
vendored
4
js/bootstrap-inputmask.js
vendored
@@ -350,7 +350,7 @@
|
||||
* ================== */
|
||||
|
||||
$(function () {
|
||||
$('body').on('focus.inputmask.data-api', '[data-mask]', function (e) {
|
||||
$(document).on('focus.inputmask.data-api', '[data-mask]', function (e) {
|
||||
var $this = $(this)
|
||||
if ($this.data('inputmask')) return
|
||||
e.preventDefault()
|
||||
@@ -358,4 +358,4 @@
|
||||
})
|
||||
})
|
||||
|
||||
}(window.jQuery);
|
||||
}(window.jQuery);
|
||||
|
||||
Reference in New Issue
Block a user