mirror of
https://github.com/InsanusMokrassar/TelegramBotAPI.git
synced 2025-12-29 01:19:24 +00:00
deploy: b235ab1c28
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -322,8 +322,8 @@ function refreshFiltering() {
|
||||
document.querySelectorAll("[data-filterable-set]")
|
||||
.forEach(
|
||||
elem => {
|
||||
let platformList = elem.getAttribute("data-filterable-set").split(' ').filter(v => -1 !== sourcesetList.indexOf(v))
|
||||
elem.setAttribute("data-filterable-current", platformList.join(' '))
|
||||
let platformList = elem.getAttribute("data-filterable-set").split(',').filter(v => -1 !== sourcesetList.indexOf(v))
|
||||
elem.setAttribute("data-filterable-current", platformList.join(','))
|
||||
}
|
||||
)
|
||||
refreshFilterButtons()
|
||||
|
||||
Reference in New Issue
Block a user