mirror of
https://github.com/haiwen/seahub.git
synced 2025-08-31 22:54:11 +00:00
[repo-download]add seafile_access_check
This commit is contained in:
@@ -11,10 +11,7 @@ function addConfirmTo(ele) {
|
||||
$('#yes-btn').click(function() {
|
||||
location.href = Del_url;
|
||||
});
|
||||
|
||||
//handle table
|
||||
$("table tr:nth-child(even)").addClass("even");
|
||||
$("table tr:nth-child(odd)").addClass("odd");
|
||||
//open download btn in new window or tab
|
||||
$(".download-btn").click(function() {
|
||||
window.open($(this).attr("data"));
|
||||
});
|
||||
|
Reference in New Issue
Block a user