changed off canvas search type from button to search
authorAnthony Talarico <talarico@gaslightmedia.com>
Thu, 21 Jan 2016 19:49:23 +0000 (14:49 -0500)
committerAnthony Talarico <talarico@gaslightmedia.com>
Thu, 21 Jan 2016 19:49:23 +0000 (14:49 -0500)
parts/search.php

index ae96545..a7bb486 100644 (file)
@@ -1,4 +1,4 @@
 <form role="search" method="get" id="searchform" action="<?php echo home_url('/'); ?>">
      <input class="search-input" type="text" placeholder="Search" value="" name="s" id="lar-search">
-     <input class="button small-centered" type="button" value="Search">
+     <input class="button small-centered" type="search" value="Search">
 </form>
\ No newline at end of file