Page History
...
Modify the termsCondition parameter of the JSON object i2b2.UI.cfg .
Code Block | ||
---|---|---|
| ||
i2b2.UI = {}; /* Start Configuration. Note: be careful to keep trailing commas after each parameter */ i2b2.UI.cfg = { ... termsCondition: "Terms & Conditions\n\nDo not talk about i2b2. It is a secret." ... }; |
...