From 8cb6c258f3de175a121f6cafde701e280508094e Mon Sep 17 00:00:00 2001 From: ansuz Date: Mon, 8 Feb 2021 18:40:31 +0530 Subject: [PATCH] remove dead code --- customize.dist/template.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/customize.dist/template.js b/customize.dist/template.js index 427dafd00..7721339f3 100644 --- a/customize.dist/template.js +++ b/customize.dist/template.js @@ -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 () {}); }