0
0
mirror of https://github.com/wagtail/wagtail.git synced 2024-12-01 11:41:20 +01:00

Fixed CSS selector to search form on page chooser fixes #263

This commit is contained in:
Karl Hobley 2014-05-27 13:29:49 +01:00
parent 992ef2eec7
commit fd5f07eb8a

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({