diff options
author | Yukai Huang | 2017-01-13 22:51:44 +0800 |
---|---|---|
committer | Yukai Huang | 2017-01-13 23:06:31 +0800 |
commit | 0fca629c34b83617b2d72e42aa0edb66fd2e71f6 (patch) | |
tree | 10cb832e1349c1eee884b2f9234b83b47a1a8684 /public/js/lib/common | |
parent | c2a8911b9c7872ea0d085020aa17e82162130f3d (diff) |
Rename common.js to login.js
Diffstat (limited to '')
-rw-r--r-- | public/js/lib/common/login.js (renamed from public/js/common.js) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/public/js/common.js b/public/js/lib/common/login.js index 9a60122b..12cc41fc 100644 --- a/public/js/common.js +++ b/public/js/lib/common/login.js @@ -1,4 +1,4 @@ -import { serverurl } from './lib/config'; +import { serverurl } from '../config'; let checkAuth = false; let profile = null; |