Improve admin logs
This commit is contained in:
parent
eb1004f789
commit
ff9a2e2a93
4 changed files with 16 additions and 8 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue