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