|
|
@@ -2,7 +2,7 @@
|
|
|
* BootstrapValidator (http://bootstrapvalidator.com)
|
|
|
* The best jQuery plugin to validate form fields. Designed to use with Bootstrap 3
|
|
|
*
|
|
|
- * @version v0.5.3-dev, built on 2014-10-20 4:14:15 PM
|
|
|
+ * @version v0.5.3-dev, built on 2014-10-21 8:12:33 AM
|
|
|
* @author https://twitter.com/nghuuphuoc
|
|
|
* @copyright (c) 2013 - 2014 Nguyen Huu Phuoc
|
|
|
* @license MIT
|
|
|
@@ -1081,7 +1081,7 @@ if (typeof jQuery === 'undefined') {
|
|
|
? $icon.css('cursor', 'pointer').tooltip('destroy').tooltip({
|
|
|
container: 'body',
|
|
|
html: true,
|
|
|
- placement: 'top',
|
|
|
+ placement: 'auto top',
|
|
|
title: $allErrors.filter('[data-bv-result="' + that.STATUS_INVALID + '"]').eq(0).html()
|
|
|
})
|
|
|
: $icon.css('cursor', '').tooltip('destroy');
|
|
|
@@ -1093,7 +1093,7 @@ if (typeof jQuery === 'undefined') {
|
|
|
container: 'body',
|
|
|
content: $allErrors.filter('[data-bv-result="' + that.STATUS_INVALID + '"]').eq(0).html(),
|
|
|
html: true,
|
|
|
- placement: 'top',
|
|
|
+ placement: 'auto top',
|
|
|
trigger: 'hover click'
|
|
|
})
|
|
|
: $icon.css('cursor', '').popover('destroy');
|