mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-02-12 21:13:37 +01:00
3 lines
114 B
CoffeeScript
3 lines
114 B
CoffeeScript
$(document).on 'click', '#locale-switch', (event) ->
|
|
event.preventDefault()
|
|
$('#locales-panel').slideToggle()
|