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:
-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');
};
});