mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-18 08:16:07 +00:00
[ie,ff] rm dotted line for some elements when clicked
This commit is contained in:
@@ -22,6 +22,11 @@ function reqEvents(start) {
|
||||
} else {
|
||||
$('#events-more').addClass('hide');
|
||||
}
|
||||
if ($.browser.mozilla || $.browser.msie) {
|
||||
$('#events a').focus(function() {
|
||||
$(this).blur();
|
||||
});
|
||||
}
|
||||
$('.lsch').click(function() {
|
||||
listCommitDetails($(this).data('url'), $(this).data('time'));
|
||||
return false;
|
||||
|
Reference in New Issue
Block a user