mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-09 02:42:47 +00:00
redesigned all checkbox; bugfix & improvement; removed unused code & file
This commit is contained in:
@@ -1,7 +1,3 @@
|
||||
$('.checkbox-orig').click(function() {
|
||||
$(this).parent().toggleClass('checkbox-checked');
|
||||
});
|
||||
|
||||
$('#title-panel, #left-panel, #right-panel').each(function() { // for ie 7
|
||||
if ($(this).children().length == 0) {
|
||||
$(this).addClass('hide');
|
||||
@@ -182,15 +178,6 @@ $('.search-form').submit(function() {
|
||||
}
|
||||
});
|
||||
|
||||
$(".checkbox-label").hover(
|
||||
function() {
|
||||
$(this).addClass('hl');
|
||||
},
|
||||
function() {
|
||||
$(this).removeClass('hl');
|
||||
}
|
||||
);
|
||||
|
||||
$("tr:gt(0)", $('table')).hover(
|
||||
function() {
|
||||
$(this).addClass('hl');
|
||||
|
Reference in New Issue
Block a user