diff options
| author | ha-dai <contact@haradai.net> | 2017-11-27 03:41:47 +0900 |
|---|---|---|
| committer | ha-dai <contact@haradai.net> | 2017-11-27 03:41:47 +0900 |
| commit | 6c75bc6d5188cbbf80fe1086fa0e8828f4edb873 (patch) | |
| tree | 3ffedcc3a06e53269e92d2990cf0b3bb247ac04a /src/web/app/stats | |
| parent | Merge branch 'master' of https://github.com/syuilo/misskey (diff) | |
| parent | Update dependencies :rocket: (diff) | |
| download | misskey-6c75bc6d5188cbbf80fe1086fa0e8828f4edb873.tar.gz misskey-6c75bc6d5188cbbf80fe1086fa0e8828f4edb873.tar.bz2 misskey-6c75bc6d5188cbbf80fe1086fa0e8828f4edb873.zip | |
Merge branch 'master' of github.com:syuilo/misskey
Diffstat (limited to 'src/web/app/stats')
| -rw-r--r-- | src/web/app/stats/script.ts (renamed from src/web/app/stats/script.js) | 2 | ||||
| -rw-r--r-- | src/web/app/stats/tags/index.tag | 2 | ||||
| -rw-r--r-- | src/web/app/stats/tags/index.ts (renamed from src/web/app/stats/tags/index.js) | 0 |
3 files changed, 2 insertions, 2 deletions
diff --git a/src/web/app/stats/script.js b/src/web/app/stats/script.ts index 75063501bb..3bbd80c339 100644 --- a/src/web/app/stats/script.js +++ b/src/web/app/stats/script.ts @@ -14,7 +14,7 @@ document.title = 'Misskey Statistics'; /** * init */ -init(me => { +init(() => { mount(document.createElement('mk-index')); }); diff --git a/src/web/app/stats/tags/index.tag b/src/web/app/stats/tags/index.tag index 134fad3c0c..4b5415b2fd 100644 --- a/src/web/app/stats/tags/index.tag +++ b/src/web/app/stats/tags/index.tag @@ -4,7 +4,7 @@ <mk-users stats={ stats }/> <mk-posts stats={ stats }/> </main> - <footer><a href={ CONFIG.url }>{ CONFIG.host }</a></footer> + <footer><a href={ _URL_ }>{ _HOST_ }</a></footer> <style> :scope display block diff --git a/src/web/app/stats/tags/index.js b/src/web/app/stats/tags/index.ts index f41151949f..f41151949f 100644 --- a/src/web/app/stats/tags/index.js +++ b/src/web/app/stats/tags/index.ts |