project_import.js.coffee 107 字节
Newer Older
C
Ciro Santilli 已提交
1
class @ProjectImport
2 3 4 5
  constructor: ->
    setTimeout ->
       Turbolinks.visit(location.href)
    , 5000