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
parent
commit
2b2f27486a
No known key found for this signature in database GPG Key ID: 26D7C8081EE13B86
  1. 1
      apps/files/js/newfilemenu.js

1
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');
}

Loading…
Cancel
Save