mirror of
https://github.com/nextcloud/server.git
synced 2026-04-29 10:03:32 -04:00
Merge pull request #22266 from owncloud/fix_21726
Only show link spinner if the share exists
This commit is contained in:
commit
63b99b614c
1 changed files with 1 additions and 1 deletions
|
|
@ -139,8 +139,8 @@
|
|||
this.$el.find('.linkPassText').focus();
|
||||
}
|
||||
} else {
|
||||
$loading.removeClass('hidden');
|
||||
if (this.model.get('linkShare').isLinkShare) {
|
||||
$loading.removeClass('hidden');
|
||||
this.model.removeLinkShare();
|
||||
} else {
|
||||
this.$el.find('.linkPass').slideToggle(OC.menuSpeed);
|
||||
|
|
|
|||
Loading…
Reference in a new issue