Browse Source
Make new file file tooltip error text change
Signed-off-by: Phil Davis <phil@jankaritech.com>
pull/5000/head
Phil Davis
9 years ago
No known key found for this signature in database
GPG Key ID: 26D7C8081EE13B86
1 changed files with
1 additions and
0 deletions
-
apps/files/js/newfilemenu.js
|
|
@ -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'); |
|
|
|
} |
|
|
|