scroll down the fucking page

This commit is contained in:
Robin B. 2015-06-21 17:18:30 +02:00
parent 9e1f30b04a
commit 00b9ec8192
1 changed files with 1 additions and 0 deletions

View File

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