2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-30 15:24:08 +03:00

no results in search form accounted for

This commit is contained in:
Mark Otto
2014-12-25 22:40:25 -08:00
parent 7e25a958a2
commit 489f2bc1fa
4 changed files with 13 additions and 6 deletions
+1
View File
@@ -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>