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:
@@ -95,7 +95,7 @@
|
|||||||
|
|
||||||
{% block extra_script %}
|
{% block extra_script %}
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
$('#shared-links .rm-link').click(function() {
|
$('.rm-link').click(function() {
|
||||||
var op = $(this),
|
var op = $(this),
|
||||||
link_token = op.data('token'),
|
link_token = op.data('token'),
|
||||||
link_type = op.data('type'),
|
link_type = op.data('type'),
|
||||||
|
Reference in New Issue
Block a user