diff options
author | crupest <crupest@outlook.com> | 2022-04-11 23:14:23 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2022-04-11 23:14:23 +0800 |
commit | c645e08ffd2fa572504b77d705a8f9d1507a718e (patch) | |
tree | ea3a6a7477b391fbf86077a636595141a6de2256 /FrontEnd/src/common.ts | |
parent | 9c0cb8f8d3944c813ef28ff9f736f148fd701a66 (diff) | |
download | timeline-c645e08ffd2fa572504b77d705a8f9d1507a718e.tar.gz timeline-c645e08ffd2fa572504b77d705a8f9d1507a718e.tar.bz2 timeline-c645e08ffd2fa572504b77d705a8f9d1507a718e.zip |
...
Diffstat (limited to 'FrontEnd/src/common.ts')
-rw-r--r-- | FrontEnd/src/common.ts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/FrontEnd/src/common.ts b/FrontEnd/src/common.ts index 91d58562..b819d209 100644 --- a/FrontEnd/src/common.ts +++ b/FrontEnd/src/common.ts @@ -29,3 +29,5 @@ export function convertI18nText( return text.value; } } + +export const highlightTimelineUsername = "crupest"; |