mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-11 05:36:07 +10:00
8 lines
138 B
CoffeeScript
8 lines
138 B
CoffeeScript
class ProjectImport
|
|
constructor: ->
|
|
setTimeout ->
|
|
Turbolinks.visit(location.href)
|
|
, 5000
|
|
|
|
@ProjectImport = ProjectImport
|