()
| 1474 | |
| 1475 | // Special flag to detect whether we're temporarily showing static html while loading full site |
| 1476 | showingStaticPagesWhileLoading () { return false } |
| 1477 | showIndividualRegister () { return !(features?.china != null ? features?.china : false) } |
| 1478 | showChinaRemindToast () { return features?.china != null ? features?.china : false } |
| 1479 | showOpenResourceLink () { return !(features?.china != null ? features?.china : false) } |
nothing calls this directly
no outgoing calls
no test coverage detected