diff options
author | Julian Müller <julian.mueller.ffb@kabelmail.de> | 2014-04-14 18:40:24 +0200 |
---|---|---|
committer | Julian Müller <julian.mueller.ffb@kabelmail.de> | 2014-04-14 18:40:24 +0200 |
commit | 463df08088b4ca8957a3bdbcdcc01ab39fe82f63 (patch) | |
tree | 32b1f76de97c8397846b988d51add40853f42b2f /core | |
parent | 3bc3d4c9f346b378853ccf36f49e2f3816ea721d (diff) | |
download | nextcloud-server-463df08088b4ca8957a3bdbcdcc01ab39fe82f63.tar.gz nextcloud-server-463df08088b4ca8957a3bdbcdcc01ab39fe82f63.zip |
Revert "close-button for share_dropdown"
This reverts commit 3bc3d4c9f346b378853ccf36f49e2f3816ea721d.
Diffstat (limited to 'core')
-rw-r--r-- | core/js/share.js | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/core/js/share.js b/core/js/share.js index 8210dd5d45f..5cabc614563 100644 --- a/core/js/share.js +++ b/core/js/share.js @@ -211,7 +211,6 @@ OC.Share={ } }); - html += '<p align="right"><button class="icon-close share-dropdown-close" /></p>'; html += '<input id="shareWith" type="text" placeholder="'+t('core', 'Share with user or group …')+'" />'; html += '<ul id="shareWithList">'; html += '</ul>'; @@ -553,10 +552,6 @@ $(document).ready(function() { } }); - $(document).on('click', '.share-dropdown-close', function(event) { - OC.Share.hideDropDown(); - }); - $(this).click(function(event) { var target = $(event.target); var isMatched = !target.is('.drop, .ui-datepicker-next, .ui-datepicker-prev, .ui-icon') |