Merge pull request #22933 from owncloud/stable9-backport-22872
[stable9] Update error text for link passwords
This commit is contained in:
commit
80d0e43fc7
|
@ -193,6 +193,8 @@
|
||||||
password: password
|
password: password
|
||||||
}, {
|
}, {
|
||||||
error: function(model, msg) {
|
error: function(model, msg) {
|
||||||
|
// destroy old tooltips
|
||||||
|
$input.tooltip('destroy');
|
||||||
$loading.removeClass('inlineblock').addClass('hidden');
|
$loading.removeClass('inlineblock').addClass('hidden');
|
||||||
$input.addClass('error');
|
$input.addClass('error');
|
||||||
$input.attr('title', msg);
|
$input.attr('title', msg);
|
||||||
|
|
Loading…
Reference in New Issue