diff options
| author | bobzel <zzzman@gmail.com> | 2020-10-16 15:48:54 -0400 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2020-10-16 15:48:54 -0400 |
| commit | 5816840af60f97a34318a52a5276482cab392496 (patch) | |
| tree | eea1b3e86cdda16ea4e2a66cbdfb3cdd880f7cda /src/client/views/search | |
| parent | e6d700159cb6c273a2df0fd02469e72aa5b48c86 (diff) | |
updated user initialization code to not generate server traffic when creating a new account. set user accounts to update their cache 2.5s after login.
Diffstat (limited to 'src/client/views/search')
| -rw-r--r-- | src/client/views/search/SearchBox.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/search/SearchBox.tsx b/src/client/views/search/SearchBox.tsx index bc00e93a5..3872cbb18 100644 --- a/src/client/views/search/SearchBox.tsx +++ b/src/client/views/search/SearchBox.tsx @@ -506,7 +506,7 @@ export class SearchBox extends ViewBoxBaseComponent<FieldViewProps, SearchBoxDoc Logoff </div> </div> - <div className="searchBox-lozenge" onClick={() => DocServer.PRINT_CACHE()}> + <div className="searchBox-lozenge" onClick={() => DocServer.UPDATE_SERVER_CACHE()}> {`UI project`} </div> <div className="searchBox-lozenge-dashboard" > |
