mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-01-19 22:46:03 +01:00
5 lines
No EOL
188 B
CoffeeScript
5 lines
No EOL
188 B
CoffeeScript
memes = 'up up down down left right left right b a'
|
|
cheet memes, ->
|
|
cheet.disable memes
|
|
($ "body").addClass 'fa-spin'
|
|
($ "p.answerbox--question-text").each (i) -> ($ this).html ":^)" |