4 lines
52 B
CoffeeScript
4 lines
52 B
CoffeeScript
|
$(document).ready(->
|
||
|
console.log('JS is ready')
|
||
|
)
|