Skip to content

Commit

Permalink
Deployed debug code in previous version
Browse files Browse the repository at this point in the history
  • Loading branch information
dutts committed Mar 22, 2015
1 parent 1b6e634 commit 06007c9
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion addon/data/api.js
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,6 @@ excludeNoDataLabel.appendChild(excludeNoDataCheckbox);
$("div.restaurants").prepend(config);

restaurantEntries.each(function () {
alert("foo");
var _this = $(this);
var name = $("h2.name a:first", this).text().trim();
var address = $("p.address:first", this)
Expand Down
Binary file modified addon/nomorvom.xpi
Binary file not shown.
2 changes: 1 addition & 1 deletion 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.11"
"version": "0.12"
}

0 comments on commit 06007c9

Please sign in to comment.