From ec7ccd4df575e6611d8939d4b784236e9ed77c44 Mon Sep 17 00:00:00 2001
From: jweg <jweg@informatik.uni-kiel.de>
Date: Thu, 27 Jul 2017 16:37:15 +0200
Subject: [PATCH] initialization activated

---
 app.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app.js b/app.js
index c3c822e..ff0af4b 100644
--- a/app.js
+++ b/app.js
@@ -36,7 +36,7 @@ app.set('view engine', '.hbs');
 let clientCounter = 0;
 
 	//TODO add spinner for telling user to wait until initialization is done
-	//initGitRepos.initialize(downloadFiles);
+	initGitRepos.initialize(downloadFiles);
 	//routes
 	app.get('/', function(req, res){
 
-- 
GitLab