1
0
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:
llj
2013-03-04 19:29:09 +08:00
parent 8d3c791ea7
commit fda2a707f6
2 changed files with 17 additions and 3 deletions

View File

@@ -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;