retrospring/app/javascript/legacy/locale-box.coffee
2020-12-26 21:59:53 +01:00

4 lines
183 B
CoffeeScript

$(document).on 'click', '#locale-switch', (event) ->
event.preventDefault()
$('#locales-panel').slideToggle()
$("html, body").animate({ scrollTop: $(document).height() }, 1000)