remove unused

pull/232/head
Aevann 2024-08-06 04:02:55 +03:00
parent 2c8e47f76e
commit 82b33f5247
1 changed files with 0 additions and 1 deletions

View File

@ -23,7 +23,6 @@ const blocked_user_ids = document.getElementById('blocked_user_ids').value.split
const group_names = document.getElementById('group_names').value.replaceAll(', ', '|').replaceAll("'", "")
const group_names_pattern = String.raw`(\s|^)!(` + group_names + String.raw`)(\s|$)`
const group_names_regex = new RegExp(group_names_pattern, "g");
function scrolled_down() {
return box.scrollHeight - box.scrollTop <= innerHeight