From: Thomas Müller Date: Fri, 5 Jul 2013 13:27:14 +0000 (+0200) Subject: fixing === and ident X-Git-Tag: v6.0.0alpha2~503^2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=18b11f76b1e1a4e77ccf5e618f5312538db93532;p=nextcloud-server.git fixing === and ident --- diff --git a/core/js/share.js b/core/js/share.js index ced1e0aa8ca..21e352ee1c6 100644 --- a/core/js/share.js +++ b/core/js/share.js @@ -181,12 +181,12 @@ OC.Share={ html += '
'; html += ''; html += '
'; - if (itemType == 'folder' && (possiblePermissions & OC.PERMISSION_CREATE)) { - html += ''; - } + if (itemType === 'folder' && (possiblePermissions & OC.PERMISSION_CREATE)) { + html += ''; + } html += '