mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-03-21 18:37:50 +01:00
scroll down the fucking page
This commit is contained in:
parent
9e1f30b04a
commit
00b9ec8192
1 changed files with 1 additions and 0 deletions
|
@ -1,3 +1,4 @@
|
|||
$(document).on 'click', '#locale-switch', (event) ->
|
||||
event.preventDefault()
|
||||
$('#locales-panel').slideToggle()
|
||||
$("html, body").animate({ scrollTop: $(document).height() }, 1000)
|
||||
|
|
Loading…
Reference in a new issue