1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-25 14:50:29 +00:00

Merge pull request #757 from haiwen/shared-link

fix bug when rm shared link at repo setting page
This commit is contained in:
llj
2015-08-08 14:49:09 +08:00

View File

@@ -95,7 +95,7 @@
{% block extra_script %}
<script type="text/javascript">
$('#shared-links .rm-link').click(function() {
$('.rm-link').click(function() {
var op = $(this),
link_token = op.data('token'),
link_type = op.data('type'),