diff --git a/core/js/share.js b/core/js/share.js index 5018d10ee9c0e747b15dfdc01040e80277dd17ea..f22a6a78cfdadc1c9d5e81cb807b073b87d4df98 100644 --- a/core/js/share.js +++ b/core/js/share.js @@ -499,6 +499,10 @@ OC.Share={ } else { response(); } + }).fail(function(){ + $('#dropdown').find('.shareWithLoading').addClass('hidden'); + OC.Notification.show(t('core', 'An error occured. Please try again')); + window.setTimeout(OC.Notification.hide, 5000); }); }, focus: function(event, focused) {