Skip to content

Commit

Permalink
correction to show the good ratio on contrast-finder.tanaguru.com
Browse files Browse the repository at this point in the history
  • Loading branch information
lingua committed Apr 23, 2014
1 parent f5f82e5 commit 0d32966
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/js/form.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ addon.port.on("click-components", function(tabResult) {

var openUrl = "http://contrast-finder.tanaguru.com/result.html?foreground=%23"
+ foreground.textContent.replace("#", "") + "&background=%23" + background.textContent.replace("#", "")
+ "&isBackgroundTested=" + backgroundIsTested + "&ratio= "
+ "&isBackgroundTested=" + backgroundIsTested + "&ratio="
+ ratio + "&algo=HSV";

submit.href = openUrl;
Expand Down

0 comments on commit 0d32966

Please sign in to comment.