Merge pull request #412 from marcjansen/submittable
Keep the search-filter on submit in example index.
This commit is contained in:
@@ -176,7 +176,7 @@
|
|||||||
<div class="container">
|
<div class="container">
|
||||||
<a class="brand" href="./">OpenLayers 3 Examples</a>
|
<a class="brand" href="./">OpenLayers 3 Examples</a>
|
||||||
<form class="navbar-search pull-left">
|
<form class="navbar-search pull-left">
|
||||||
<input type="text" id="keywords" class="search-query" placeholder="Search">
|
<input name="q" type="text" id="keywords" class="search-query" placeholder="Search">
|
||||||
<span id="count"></span>
|
<span id="count"></span>
|
||||||
</form>
|
</form>
|
||||||
<ul class="nav pull-right">
|
<ul class="nav pull-right">
|
||||||
|
|||||||
Reference in New Issue
Block a user