mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-07 01:41:39 +00:00
[repo, repo_history]redesign ui
This commit is contained in:
@@ -18,10 +18,6 @@ $('#yes-btn').click(function() {
|
||||
location.href = Op_url;
|
||||
});
|
||||
|
||||
//handle table
|
||||
$("table tr:nth-child(even)").addClass("even");
|
||||
$("table tr:nth-child(odd)").addClass("odd");
|
||||
|
||||
//highlight the tr when mouse hover on it
|
||||
$("table tr:gt(0)").hover(
|
||||
function() {
|
||||
|
Reference in New Issue
Block a user