mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
Do not clear sharee input on failed share
This commit is contained in:
parent
e1fd86ccb6
commit
a9a3947e61
1 changed files with 2 additions and 2 deletions
|
|
@ -283,8 +283,8 @@
|
|||
.removeClass('inlineblock');
|
||||
}, error: function(obj, msg) {
|
||||
OC.Notification.showTemporary(msg);
|
||||
$(e.target).val('')
|
||||
.attr('disabled', false);
|
||||
$(e.target).attr('disabled', false)
|
||||
.autocomplete('search', $(e.target).val());
|
||||
$loading.addClass('hidden')
|
||||
.removeClass('inlineblock');
|
||||
}});
|
||||
|
|
|
|||
Loading…
Reference in a new issue