|
|
|
|
@ -96,7 +96,8 @@ $.validator.defaults.ignore = ''; //TODO: Would be better if we can apply only f
|
|
|
|
|
_$modal.on('shown.bs.modal', function () {
|
|
|
|
|
//focuses first typeable element.
|
|
|
|
|
_$modal
|
|
|
|
|
.find('input[type=text]:not(.datepicker),input[type=password],input[type=email],input[type=number],input[type=search],input[type=tel],input[type=url]:first')
|
|
|
|
|
.find('input[type=text]:not(.datepicker),input[type=password],input[type=email],input[type=number],input[type=search],input[type=tel],input[type=url]')
|
|
|
|
|
.first()
|
|
|
|
|
.focus();
|
|
|
|
|
});
|
|
|
|
|
|
|
|
|
|
|