Make rename file tooltip error text change
Signed-off-by: Phil Davis <phil@jankaritech.com>
This commit is contained in:
parent
e0e814dfae
commit
db0b3bf42a
|
@ -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');
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue