diff options
author | Erling Aaby <erlinaa@stud.hist.no> | 2013-05-02 10:50:07 +0200 |
---|---|---|
committer | Erling Aaby <erlinaa@stud.hist.no> | 2013-05-02 10:50:07 +0200 |
commit | 8340e3889256e63d6300e663126f76df3cd52fb9 (patch) | |
tree | 15754d355f58d3a4b04b2134063e5d4caca4253a /controllers | |
parent | Changes to navbar, home, and faq (diff) | |
parent | Changes in text in home.ejs (diff) | |
download | Divid-8340e3889256e63d6300e663126f76df3cd52fb9.tar.gz |
Merge branch 'master' of github.com:dennisse/Dv
Behind master branch
Diffstat (limited to 'controllers')
-rw-r--r-- | controllers/system.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/controllers/system.js b/controllers/system.js index 5400173..a5e8f46 100644 --- a/controllers/system.js +++ b/controllers/system.js @@ -109,6 +109,8 @@ exports.projectParticipants = function(req, res) { exports.postProjectParticipants = function(req, res) { + + } |