Revision 8399
Added by Jing Tao about 11 years ago
lib/style/skins/account/account.js | ||
---|---|---|
91 | 91 |
|
92 | 92 |
//The name of the context |
93 | 93 |
var CONTEXT_NAME |
94 |
= location.pathname.split("/")[1] || "account";
|
|
94 |
= location.pathname.split("/")[1] || "identity";
|
|
95 | 95 |
|
96 | 96 |
//The combination of the server url and context name |
97 | 97 |
var CONTEXT_URL |
Also available in: Unified diff
Change the default value of context name to be identity.