Improve admin logs

This commit is contained in:
Dmitriy Zaporozhets 2012-11-29 07:49:11 +03:00
parent eb1004f789
commit ff9a2e2a93
4 changed files with 16 additions and 8 deletions

View file

@ -10,3 +10,8 @@ $ ->
$('.log-tabs a').click (e) ->
e.preventDefault()
$(this).tab('show')
$('.log-bottom').click (e) ->
e.preventDefault()
visible_log = $(".file_content:visible")
visible_log.animate({ scrollTop: visible_log.find('ol').height() }, "fast")