Skip to content
Snippets Groups Projects
Commit 954b8561 authored by Jared Hancock's avatar Jared Hancock
Browse files

pjax: Don't use PJAX to display advanced search dialog

parent bcfb043e
No related branches found
No related tags found
No related merge requests found
......@@ -298,7 +298,7 @@ if ($results) {
<td><input type="text" id="basic-ticket-search" name="query" size=30 value="<?php echo Format::htmlchars($_REQUEST['query']); ?>"
autocomplete="off" autocorrect="off" autocapitalize="off"></td>
<td><input type="submit" name="basic_search" class="button" value="Search"></td>
<td>&nbsp;&nbsp;<a href="" id="go-advanced">[advanced]</a></td>
<td>&nbsp;&nbsp;<a href="#" id="go-advanced">[advanced]</a></td>
</tr>
</table>
</form>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment