Try to remove unused front-end dependency

This commit is contained in:
Wu Cheng-Han 2016-10-19 22:14:32 +08:00
parent d70d0318e5
commit 7ebc84bec0
7 changed files with 17 additions and 60 deletions

View file

@ -1,3 +1,5 @@
require('./locale');
var common = require('./common');
var checkIfAuth = common.checkIfAuth;
var urlpath = common.urlpath;