Update error text for link passwords
* this removes the old tooltip first before showing the new one to update the text - otherwise the old text will be shown
This commit is contained in:
parent
9232a124e2
commit
859303164e
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue