Make new file file tooltip error text change
Signed-off-by: Phil Davis <phil@jankaritech.com>
This commit is contained in:
parent
db0b3bf42a
commit
ed61c437cd
|
@ -156,6 +156,7 @@
|
|||
} catch (error) {
|
||||
$input.attr('title', error);
|
||||
$input.tooltip({placement: 'right', trigger: 'manual'});
|
||||
$input.tooltip('fixTitle');
|
||||
$input.tooltip('show');
|
||||
$input.addClass('error');
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue