Make rename file tooltip error text change

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

View File

@ -2140,6 +2140,7 @@
} catch (error) {
input.attr('title', error);
input.tooltip({placement: 'right', trigger: 'manual'});
input.tooltip('fixTitle');
input.tooltip('show');
input.addClass('error');
}
@ -2154,6 +2155,7 @@
} catch (error) {
input.attr('title', error);
input.tooltip({placement: 'right', trigger: 'manual'});
input.tooltip('fixTitle');
input.tooltip('show');
input.addClass('error');
}