add about

This commit is contained in:
YouROK
2020-12-24 14:41:19 +03:00
parent 6e8aae3223
commit b18cc892a7
4 changed files with 55 additions and 7 deletions

View File

@@ -72,9 +72,9 @@ function getCacheMap(cache) {
}
cache.Readers.forEach((r,k)=> {
if (i >= r.Start && i <= r.End && i != r.Reader)
if (i >= r.Start && i <= r.End && i !== r.Reader)
html += ' reader-range'
if (i == r.Reader) {
if (i === r.Reader) {
html += ' piece-reader'
info += ' reader'
}