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