prototype invite app

This commit is contained in:
ansuz
2017-07-05 16:01:50 +02:00
parent 465ef74f2b
commit 4016a95540
6 changed files with 294 additions and 0 deletions

View File

@@ -501,5 +501,9 @@ define([
return loadingScreen();
};
Pages['/invite/'] = Pages['/invite/index.html'] = function () {
return loadingScreen();
};
return Pages;
});