]> source.dussan.org Git - nextcloud-server.git/commitdiff
Remove old Javascript code
authorMichael Gapczynski <mtgap@owncloud.com>
Wed, 29 Aug 2012 18:07:53 +0000 (14:07 -0400)
committerMichael Gapczynski <mtgap@owncloud.com>
Wed, 29 Aug 2012 18:37:36 +0000 (14:37 -0400)
core/js/share.js

index fa412c7acc579026d57522d7d0521f9aac06aac4..8bfbdd36e197106a44f37432656cf134847927f3 100644 (file)
@@ -429,8 +429,4 @@ $(document).ready(function() {
                        });
                }
        });
-
-       $('#emailPrivateLink').live('submit', function() {
-               OC.Share.emailPrivateLink();
-       });
 });