From 7f237223e521288e90726a606f390519f20c58e8 Mon Sep 17 00:00:00 2001 From: Jan-Christoph Borchardt Date: Thu, 9 Apr 2015 12:11:42 +0200 Subject: [PATCH] fix remote share info icon for IE8 --- core/js/share.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/js/share.js b/core/js/share.js index 646123a6055..29551654435 100644 --- a/core/js/share.js +++ b/core/js/share.js @@ -399,7 +399,7 @@ OC.Share={ html += ''; html += ''; if(oc_appconfig.core.remoteShareAllowed) { - html += ''; } -- 2.39.5