Skip to content

Commit

Permalink
Fix offline search popover (google#1305)
Browse files Browse the repository at this point in the history
  • Loading branch information
tekezo authored and dseynaev committed Jan 30, 2023
1 parent 125730a commit aa28cbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/js/offline-search.js
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@
});

$targetSearchInput
.data('content', $html[0].outerHTML)
.data('content', $html[0])
.popover('show');
};
});
Expand Down

0 comments on commit aa28cbd

Please sign in to comment.