mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-01 07:01:12 +00:00
improved repo page && all tables
This commit is contained in:
@@ -11,3 +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");
|
||||
|
||||
|
Reference in New Issue
Block a user