mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-01-20 21:46:04 +01:00
5 lines
No EOL
182 B
CoffeeScript
5 lines
No EOL
182 B
CoffeeScript
import cheet from 'cheet.js'
|
|
|
|
cheet 'up up down down left right left right b a', ->
|
|
($ "body").addClass 'fa-spin'
|
|
($ "p.answerbox__question-text").each (i) -> ($ this).html ":^)" |