mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-01-20 21:46:04 +01:00
4 lines
183 B
CoffeeScript
4 lines
183 B
CoffeeScript
$(document).on 'click', '#locale-switch', (event) ->
|
|
event.preventDefault()
|
|
$('#locales-panel').slideToggle()
|
|
$("html, body").animate({ scrollTop: $(document).height() }, 1000)
|