diff options
-rw-r--r-- | core/js/sharedialogview.js | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/core/js/sharedialogview.js b/core/js/sharedialogview.js index 90177ad1256..2765cf43ad7 100644 --- a/core/js/sharedialogview.js +++ b/core/js/sharedialogview.js @@ -1038,12 +1038,6 @@ this._toggleLoading(false); if (!this._loadingOnce) { this._loadingOnce = true; - // the first time, focus on the share field after the spinner disappeared - if (!OC.Util.isIE()) { - _.defer(function () { - self.$('.shareWithField').focus(); - }); - } } }, |