Skip to content
This repository has been archived by the owner on Nov 13, 2022. It is now read-only.

Commit

Permalink
Merge branch 'master' into auto-upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
Hamel Husain authored Mar 2, 2020
2 parents 3f51f71 + 89baaac commit 09c57f6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/setup.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,9 @@ jobs:
git rm CNAME action.yml
git rm _notebooks/2020-02-21-introducing-fastpages.ipynb
git rm .github/workflows/chatops.yaml
git rm -rf .github/ISSUE_TEMPLATE
git add _config.yml README.md _action_files/settings.ini
git rm .github/ISSUE_TEMPLATE/bug.md
git rm .github/ISSUE_TEMPLATE/feature_request.md
git add _config.yml README.md _fastpages_docs/ _action_files/settings.ini
git commit -m'setup repo'
git push -f --set-upstream origin fastpages-automated-setup
env:
Expand Down
2 changes: 1 addition & 1 deletion _pages/search.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<script src="/assets/js/vendor/lunr.min.js"></script>
<script src="/assets/js/search.js"></script>

<form onSubmit="return lunr_search(document.getElementById('lunrsearch').value);">
<form onSubmit="return lunr_search(document.getElementById('lunrsearch').value);" onInput="return lunr_search(document.getElementById('lunrsearch').value);" autocomplete="off">
<p><input type="text" class="form-control input-block form-control" id="lunrsearch" name="q" maxlength="500" value="" placeholder="Search" /></p>
</form>
<div id="lunrsearchresults">
Expand Down

0 comments on commit 09c57f6

Please sign in to comment.