Skip to content
Snippets Groups Projects
Commit 823d92fd authored by Demian Katz's avatar Demian Katz
Browse files

Fixed bug -- missing join broke mobile advanced search.

parent 02a5d700
Branches
Tags
No related merge requests found
...@@ -19,6 +19,7 @@ ...@@ -19,6 +19,7 @@
<div data-role="content"> <div data-role="content">
<!-- SEARCH BOXES --> <!-- SEARCH BOXES -->
<form method="get" action="<?=$this->url($basicSearch)?>" data-ajax="false"> <form method="get" action="<?=$this->url($basicSearch)?>" data-ajax="false">
<input type="hidden" name="join" value="AND" />
<fieldset class="ui-grid-a"> <fieldset class="ui-grid-a">
<? for ($i = 0; $i < 3; $i++): ?> <? for ($i = 0; $i < 3; $i++): ?>
<div class="ui-block-a"> <div class="ui-block-a">
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment