Skip to content

Commit

Permalink
removed selection options for domain and specific page due to bugs: l…
Browse files Browse the repository at this point in the history
…engstrom/falcon#67

will put it back later, when we have the quick blacklist options.
  • Loading branch information
blackforestboi committed Jan 19, 2017
1 parent 228ba09 commit 626ba02
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/js/preferences.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,7 @@

var typeCell = row.insertCell()
var selectCell = document.createElement('select');
selectCell.innerHTML = '<option value="PAGE">All pages on this domain</option> \
<option value="SITE">Only this exact URL</option> \
<option value="REGEX">All URLs containing this text (Regex)</option>'
selectCell.innerHTML = '<option value="REGEX">All URLs containing this text (Regex)</option>'
selectCell.value = type

typeCell.appendChild(selectCell);
Expand Down

0 comments on commit 626ba02

Please sign in to comment.