diff --git a/core/js/dist/share_backend.js b/core/js/dist/share_backend.js
index cddb5b3e0f7fc9ab8113163afdb89df96da27149..4a951f904ff9ccf64c97ae96cd1e8d888d0036e5 100644
Binary files a/core/js/dist/share_backend.js and b/core/js/dist/share_backend.js differ
diff --git a/core/js/dist/share_backend.js.map b/core/js/dist/share_backend.js.map
index ca518c77ea17c8b88ecabb8a887e20a0d7f4c400..a6f712a10adb2acb97eb55de0d66abcbc9b531b2 100644
Binary files a/core/js/dist/share_backend.js.map and b/core/js/dist/share_backend.js.map differ
diff --git a/core/js/sharedialogview.js b/core/js/sharedialogview.js
index 90177ad1256c6efc79c4a743741302795452cf0a..2765cf43ad712150f6044535fd6b1685cb55fb34 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();
-					});
-				}
 			}
 		},