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

@@ -183,6 +183,8 @@ $(function () {
} else if (/^\/($|^\/index\.html$)/.test(pathname)) {
// TODO use different top bar
require([ '/customize/main.js', ], function () {});
} else if (/invite/.test(pathname)) {
require([ '/invite/main.js'], function () {});
} else {
require([ '/customize/main.js', ], function () {});
}