diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2017-11-01 17:09:24 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2017-11-01 17:09:24 +0900 |
| commit | e221d410e056ea348c994efb9d0a7f3b9addd2eb (patch) | |
| tree | 5f2f356706c2f8ae6ddfd013f39e65b3618f15e4 /src | |
| parent | Better progress bar (diff) | |
| download | sharkey-e221d410e056ea348c994efb9d0a7f3b9addd2eb.tar.gz sharkey-e221d410e056ea348c994efb9d0a7f3b9addd2eb.tar.bz2 sharkey-e221d410e056ea348c994efb9d0a7f3b9addd2eb.zip | |
Fix bug
Diffstat (limited to 'src')
| -rw-r--r-- | src/web/app/ch/tags/channel.tag | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/web/app/ch/tags/channel.tag b/src/web/app/ch/tags/channel.tag index c6921e1a5c..67b012cb5c 100644 --- a/src/web/app/ch/tags/channel.tag +++ b/src/web/app/ch/tags/channel.tag @@ -51,7 +51,7 @@ Progress.start(); - const fetched = false; + let fetched = false; // チャンネル概要読み込み this.api('channels/show', { |