Skip to content

Commit

Permalink
Removed extraneous code.
Browse files Browse the repository at this point in the history
  • Loading branch information
DaveElsensohn committed Jun 2, 2018
1 parent cba4d83 commit d794f9b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions www/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ const rulesContainer = document.getElementById('rules-list');
const addRuleBtn = document.getElementById('add-rule');
const saveRulesBtn = document.getElementById('save-rules');
const closeRulesFormBtn = document.getElementById('rules-close');
let totalRules = 0;

/**
* Compare values for array sorting
Expand Down Expand Up @@ -272,7 +271,6 @@ function handleAddRule(evt) {
ruleDiv.appendChild(removeBtn);
rulesContainer.appendChild(ruleDiv);
setHexColor('rule-hex-' + idx, '999999');
totalRules++;
}

/**
Expand Down

0 comments on commit d794f9b

Please sign in to comment.