Skip to content

Commit

Permalink
Merge pull request #18 from dutts/chrome-https
Browse files Browse the repository at this point in the history
0.17.0 Released (chrome + firefox)
  • Loading branch information
dutts committed Aug 28, 2015
2 parents eac8a49 + e051b9e commit de58132
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions firefox/addon/data/api.js
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ noUiSlider.create(scoreFilterSlider2, {

var scoreFilterSlider = document.createElement('div');
scoreFilterSlider.id = "scoreFilterSlider";

$(scoreFilterSlider).slider({
range: true,
values: [0, 5],
Expand Down Expand Up @@ -149,7 +148,6 @@ self.port.on("restaurantScore", function(restaurantScore) {
ApplyFilter($(scoreFilterSlider).slider("values"), restaurantEntries, document.getElementById('nomorvom_config_excludeNoData_checkbox').checked);
});


var restaurantId = 0;

Array.prototype.forEach.call(restaurantEntries, function (el, i) {
Expand Down
Binary file added firefox/addon/[email protected]
Binary file not shown.
2 changes: 1 addition & 1 deletion firefox/addon/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
"description": "Never eat from a dodgy takeaway again. Display food.gov.uk food hygiene scores in your Just Eat search results.",
"author": "Richard Dutton",
"license": "MPL 2.0",
"version": "0.16.1"
"version": "0.17.0"
}

0 comments on commit de58132

Please sign in to comment.