scroll down the fucking page
This commit is contained in:
parent
9e1f30b04a
commit
00b9ec8192
|
@ -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 New Issue