Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Additional search engines fix #36

Merged
merged 1 commit into from Dec 11, 2020
Merged
Changes from all commits
Commits
File filter
Filter file types
Jump to
Jump to file
Failed to load files.

Always

Just for now

Additional search engines fix

  • Loading branch information
chrmod committed Dec 11, 2020
commit e8954005b706b7f134eae93f965d14c16c13a2fc
@@ -20,7 +20,7 @@
searchEngines.forEach(engine => {
const $engine = $searchEngineTemplate.content.cloneNode(true);
$engine.querySelector('.search-engine-name').innerText = engine.name;
$engine.addEventListener('click', () => {
$engine.querySelector('a').addEventListener('click', () => {
browser.runtime.sendMessage({
action: 'search',
args: [{
@@ -1,5 +1,5 @@
{
"version": "0.1.20",
"version": "0.1.21",
"browser_specific_settings": {
"gecko": {
"id": "search@ghostery.com"
ProTip! Use n and p to navigate between commits in a pull request.