Merge pull request #265 from kaedroho/issue-263

Fix #263
This commit is contained in:
Karl Hobley 2014-05-27 13:36:18 +01:00
commit 4683c2b118

View file

@ -1,6 +1,6 @@
modal.ajaxifyForm($('form.search-bar', modal.body));
modal.ajaxifyForm($('form.search-form', modal.body));
var searchUrl = $('form.search-bar', modal.body).attr('action');
var searchUrl = $('form.search-form', modal.body).attr('action');
function search() {
$.ajax({