Remove old Javascript code

This commit is contained in:
Michael Gapczynski 2012-08-29 14:07:53 -04:00
parent db18218a1b
commit 3828d86191
1 changed files with 0 additions and 4 deletions

View File

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