Skip to content

Commit

Permalink
Auto search when image is loaded
Browse files Browse the repository at this point in the history
  • Loading branch information
soruly committed Aug 13, 2016
1 parent 4d03163 commit f0cdfdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion whatanime.ga.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ browser.runtime.sendMessage({
type: "getImageDataURL"
}, (response) => {
if (response) {
//document.querySelector("#autoSearch").checked = true;
document.querySelector("#autoSearch").checked = true;
document.querySelector("#originalImage").src = response.imageDataURL;
}
});

0 comments on commit f0cdfdc

Please sign in to comment.