1
0
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:
llj
2012-05-14 21:51:55 +08:00
parent 77bf3cf392
commit c6c864b8c1
6 changed files with 59 additions and 8 deletions

View File

@@ -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"));
});