1
0
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:
llj
2012-09-15 21:01:06 +08:00
parent c8d708980c
commit 15bb2ce923
5 changed files with 397 additions and 281 deletions

View File

@@ -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() {