Skip to content

Commit

Permalink
skip pingping on landing page
Browse files Browse the repository at this point in the history
	addresses #195
  • Loading branch information
jpmens committed Jun 20, 2017
1 parent aa259f8 commit 9fcc8e0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docroot/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,9 @@
console.log(d);
continue;
}
if (d.username == 'ping' && d.device == 'ping') {
continue;
}
d['udev'] = "user=" + d['username'] + "&device=" + d['device'];
d['f12'] = f12;
d['f7'] = f7;
Expand Down

0 comments on commit 9fcc8e0

Please sign in to comment.