Project

General

Profile

« Previous | Next » 

Revision 8399

Added by Jing Tao over 10 years ago

Change the default value of context name to be identity.

View differences:

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