Skip to content

Commit

Permalink
make it work with the overview on Review pages
Browse files Browse the repository at this point in the history
  • Loading branch information
miyagawa committed Jan 16, 2015
1 parent 2f4bce1 commit 44d122f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"manifest_version": 2,
"name": "Tabelog Honest Stars",
"description": "Display Tabelog Stars in Honest Scale",
"version": "1.0.1",
"version": "1.0.2",
"permissions": [
"tabs",
"http://tabelog.com/*"
Expand Down
2 changes: 1 addition & 1 deletion myscript.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ function patch(){
return honest;
};

$('[rel="v:rating"]').each(function(index, element) {
$('[rel="v:rating"], .rate .score').each(function(index, element) {
var el = $(element);
var score = parseFloat(el.text());
if (isNaN(score)) return;
Expand Down

0 comments on commit 44d122f

Please sign in to comment.