5 lines
107 B
CoffeeScript
5 lines
107 B
CoffeeScript
class @ProjectImport
|
|
constructor: ->
|
|
setTimeout ->
|
|
Turbolinks.visit(location.href)
|
|
, 5000
|