mirror of
https://github.com/nextcloud/server.git
synced 2026-06-12 18:21:40 -04:00
Make rename file tooltip error text change
Signed-off-by: Phil Davis <phil@jankaritech.com>
This commit is contained in:
parent
e0e814dfae
commit
db0b3bf42a
1 changed files with 2 additions and 0 deletions
|
|
@ -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 a new issue