mirror of
https://github.com/huhu/rust-search-extension
synced 2024-11-14 15:47:12 +00:00
Fix updateIndex extra parameter issue
This commit is contained in:
parent
5693a348d1
commit
0345dfe7da
1 changed files with 1 additions and 1 deletions
2
docs/static/js/update-index.js
vendored
2
docs/static/js/update-index.js
vendored
|
@ -1,6 +1,6 @@
|
|||
const indexList = document.querySelector(".index-list");
|
||||
|
||||
function updateIndex(target, index, ...extra) {
|
||||
function updateIndex(target, index, extra) {
|
||||
window.postMessage({
|
||||
direction: "rust-search-extension:update-index",
|
||||
message: {
|
||||
|
|
Loading…
Reference in a new issue