mirror of
https://github.com/ENSL/ensl.org.git
synced 2024-12-28 05:21:19 +00:00
12ed7c90ae
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() |