Skip to content
This repository has been archived by the owner on Nov 3, 2021. It is now read-only.

Commit

Permalink
Merge pull request #706 from mozilla/jeffbryner-attackersearch-1
Browse files Browse the repository at this point in the history
Fix unset bug
  • Loading branch information
pwnbus authored May 29, 2018
2 parents 61279ce + 603f860 commit c76dc29
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions meteor/app/client/mozdef.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ if (Meteor.isClient) {
Session.set('alertsfiltertext','');
Session.set('alertsrecordlimit',100);
Session.set('attackerlimit','10');
Session.set('attackersearchIP','');
getAllPlugins();

// Sends us to register our login handler
Expand Down

0 comments on commit c76dc29

Please sign in to comment.