mirror of
https://github.com/nextcloud/server.git
synced 2026-06-12 10:10:49 -04:00
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
1 changed files with 1 additions and 0 deletions
|
|
@ -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 a new issue