diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2018-08-21 05:42:31 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2018-08-21 05:42:31 +0900 |
| commit | a603602f32ad6ca40e407c768e1cb71c8649db60 (patch) | |
| tree | d0d5ac0527ff8d045e508ef26ca2151d6eb4f8b4 /src/client/app/config.ts | |
| parent | Revert "Fix bug?" (diff) | |
| download | sharkey-a603602f32ad6ca40e407c768e1cb71c8649db60.tar.gz sharkey-a603602f32ad6ca40e407c768e1cb71c8649db60.tar.bz2 sharkey-a603602f32ad6ca40e407c768e1cb71c8649db60.zip | |
Clean up
Diffstat (limited to 'src/client/app/config.ts')
| -rw-r--r-- | src/client/app/config.ts | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/client/app/config.ts b/src/client/app/config.ts index 76cd536a49..74b9ea21c8 100644 --- a/src/client/app/config.ts +++ b/src/client/app/config.ts @@ -4,7 +4,6 @@ declare const _THEME_COLOR_: string; declare const _COPYRIGHT_: string; declare const _VERSION_: string; declare const _CODENAME_: string; -declare const _LICENSE_: string; const address = new URL(location.href); @@ -19,4 +18,3 @@ export const themeColor = _THEME_COLOR_; export const copyright = _COPYRIGHT_; export const version = _VERSION_; export const codename = _CODENAME_; -export const license = _LICENSE_; |