6 lines
171 B
CoffeeScript
6 lines
171 B
CoffeeScript
|
class @ProjectNew
|
||
|
constructor: ->
|
||
|
$('.project-edit-container').on 'ajax:before', =>
|
||
|
$('.project-edit-container').hide()
|
||
|
$('.save-project-loader').show()
|