diff options
Diffstat (limited to 'core/js/share.js')
-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 7c87fb88cfd..e3c4d3d91af 100644 --- a/core/js/share.js +++ b/core/js/share.js @@ -856,11 +856,6 @@ $(document).ready(function() { } }); - $(document).on('click', '#dropdown .showCruds', function() { - $(this).closest('li').find('.cruds').toggle(); - return false; - }); - $(document).on('change', '#dropdown .permissions', function() { var li = $(this).closest('li'); if ($(this).attr('name') == 'edit') { |