remove dead code

pull/1/head
ansuz 2021-02-08 18:40:31 +05:30
parent 44a849b7a9
commit 8cb6c258f3
1 changed files with 0 additions and 2 deletions

View File

@ -52,8 +52,6 @@ $(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 () {});
}