Make new file file tooltip error text change

Signed-off-by: Phil Davis <phil@jankaritech.com>
This commit is contained in:
Phil Davis 2017-05-20 22:25:50 +05:45
parent db0b3bf42a
commit ed61c437cd
No known key found for this signature in database
GPG Key ID: 26D7C8081EE13B86
1 changed files with 1 additions and 0 deletions

View File

@ -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');
}