project_import.js.coffee 138 Bytes Edit Raw Blame History Permalink 1 2 3 4 5 6 7 class ProjectImport constructor: -> setTimeout -> Turbolinks.visit(location.href) , 5000 @ProjectImport = ProjectImport