Merge pull request #22933 from owncloud/stable9-backport-22872

[stable9] Update error text for link passwords
remotes/origin/smb_changes_8_to_9
Thomas Müller 2016-03-14 16:20:00 +07:00
commit 80d0e43fc7
1 changed files with 2 additions and 0 deletions

@ -193,6 +193,8 @@
password: password
}, {
error: function(model, msg) {
// destroy old tooltips
$input.tooltip('destroy');
$loading.removeClass('inlineblock').addClass('hidden');
$input.addClass('error');
$input.attr('title', msg);