Merge pull request #46 from Rob1NN/patch-1

scroll down the fucking page
This commit is contained in:
Georg G. 2015-06-21 17:19:34 +02:00
commit 508af0e675
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)