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

project_import.js « javascripts « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 76da8045e85f8af0ec9e862b02f839feb43e1205 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// Generated by CoffeeScript 1.10.0
(function() {
  this.ProjectImport = (function() {
    function ProjectImport() {
      setTimeout(function() {
        return Turbolinks.visit(location.href);
      }, 5000);
    }

    return ProjectImport;

  })();

}).call(this);