Welcome to mirror list, hosted at ThFree Co, Russian Federation.

project_import.js.coffee « javascripts « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 6633564a0792c6c877737cd72d0bd4d0daa2d268 (plain)
1
2
3
4
5
class @ProjectImport
  constructor: ->
    setTimeout ->
       Turbolinks.visit(location.href)
    , 5000