Skip to content
This repository has been archived by the owner on Feb 26, 2021. It is now read-only.

Commit

Permalink
Fix #469, update selector to select definition cards
Browse files Browse the repository at this point in the history
  • Loading branch information
ianb committed Oct 23, 2019
1 parent 1876195 commit 8ee28bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extension/intents/search/queryScript.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* globals communicate */

this.queryScript = (function() {
const CARD_SELECTOR = ".vk_c.card-section";
const CARD_SELECTOR = ".vk_c.card-section, .lr_container.mod";

communicate.register("searchResultInfo", message => {
const hasSidebarCard = !!document.querySelector(".kp-header");
Expand Down

0 comments on commit 8ee28bf

Please sign in to comment.