mirror of
https://github.com/ENSL/ensl.org.git
synced 2025-01-30 13:10:42 +00:00
5487854a6c
Added new ISO country code flag icons to asset pipeline Lots and lots of new style changes Began converting to JS to coffeescript
13 lines
No EOL
279 B
CoffeeScript
13 lines
No EOL
279 B
CoffeeScript
//= require jquery
|
|
//= require jquery_ujs
|
|
//= require jquery.periodicalupdater
|
|
//= require jquery.jplayer.min
|
|
//= require flowplayer
|
|
//= require tinymce-jquery
|
|
//= require yetii
|
|
//= require local
|
|
//= require_self
|
|
|
|
$ ->
|
|
$("#logout").click ->
|
|
$(this).closest("form").submit() |