mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-04-16 13:01:01 +00:00
Fixed CSS selector to search form on page chooser fixes #263
This commit is contained in:
parent
992ef2eec7
commit
fd5f07eb8a
1 changed files with 2 additions and 2 deletions
|
|
@ -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({
|
||||
|
|
|
|||
Loading…
Reference in a new issue