Skip to content

Commit

Permalink
Merge pull request #27 from paul-turner/patch-1
Browse files Browse the repository at this point in the history
Update search url format
  • Loading branch information
romannurik authored Feb 9, 2017
2 parents 913081b + 863a13b commit 8a1b083
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extension/background.js
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ function onScriptsLoaded() {
if (text.match(/^https?\:/)) {
navigateToUrl(text);
} else {
navigateToUrl('https://developer.android.com/index.html#q=' +
navigateToUrl('https://developer.android.com/index.html?q=' +
encodeURIComponent(text));
}
});
Expand Down

0 comments on commit 8a1b083

Please sign in to comment.