diff options
| author | Mark Otto <[email protected]> | 2014-12-25 22:40:25 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2014-12-25 22:40:25 -0800 |
| commit | 489f2bc1fa9e9ed8262f61df7deaefc639ec9000 (patch) | |
| tree | fa8d8ff7db6cb84499304f752e1938a979fcea12 /docs/_includes | |
| parent | 7e25a958a2699a0f34c2b9d7c68bd0ea7555d5d2 (diff) | |
| download | bootstrap-489f2bc1fa9e9ed8262f61df7deaefc639ec9000.tar.xz bootstrap-489f2bc1fa9e9ed8262f61df7deaefc639ec9000.zip | |
no results in search form accounted for
Diffstat (limited to 'docs/_includes')
| -rw-r--r-- | docs/_includes/footer.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/_includes/footer.html b/docs/_includes/footer.html index d293c8d90..c1380af63 100644 --- a/docs/_includes/footer.html +++ b/docs/_includes/footer.html @@ -55,6 +55,7 @@ SimpleJekyllSearch.init({ searchInput: document.getElementById('search-input'), resultsContainer: document.getElementById('search-results'), searchResultTemplate: '<li><a href="{url}">{title}</a></li>', + noResultsText: '<li class="no-results">Sorry, there are no results for that search.</li>', dataSource: '/search.json' }) </script> |
