Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/veniware/OpenProtest
Browse files Browse the repository at this point in the history
  • Loading branch information
veniware committed Nov 7, 2024
2 parents 706fe5d + 872a2a6 commit e3d11d8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Protest/Front/ping.js
Original file line number Diff line number Diff line change
Expand Up @@ -572,8 +572,6 @@ class Ping extends Console {
}

Filter(query) {
let size0 = this.list.childNodes.length;

if (query.includes(";")) {
let ips = query.split(";");
for (let i = 0; i < ips.length; i++) this.Filter(ips[i].trim());
Expand Down

0 comments on commit e3d11d8

Please sign in to comment.