Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/google/docsy.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTakayama Fumihiko <tekezo@pqrs.org>2022-11-03 15:48:20 +0300
committerGitHub <noreply@github.com>2022-11-03 15:48:20 +0300
commite6a44dff7eb73ee4abd058ca0ee6dc7d18a941f1 (patch)
tree05e0f2b8ea860415dd9f6df644ba0ce9375fe59a
parent42f6ef861ab0f82de71d34368db7eaa857b49bc6 (diff)
Fix offline search popover (#1305)
-rw-r--r--assets/js/offline-search.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/assets/js/offline-search.js b/assets/js/offline-search.js
index ecaa1f3..666a4b4 100644
--- a/assets/js/offline-search.js
+++ b/assets/js/offline-search.js
@@ -186,7 +186,7 @@
});
$targetSearchInput
- .data('content', $html[0].outerHTML)
+ .data('content', $html[0])
.popover('show');
};
});