10000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8030915 commit 7449c3cCopy full SHA for 7449c3c
index.html
@@ -10,7 +10,9 @@
10
<script src="bin/search.js"></script>
11
<script>
12
$(function() {
13
- typeSearch(document.getElementById('demo'));
+ var el = document.getElementById('demo');
14
+ typeSearch(el);
15
+ $(el).focus();
16
});
17
</script>
18
</head>
update-gh.cmd
@@ -0,0 +1 @@
1
+git checkout gh-pages && git merge master && git push && git checkout master
0 commit comments