Widget:KeywordSearch: Difference between revisions
Jump to navigation
Jump to search
Matt Pijoan (talk | contribs) No edit summary |
Matt Pijoan (talk | contribs) No edit summary |
||
Line 24: | Line 24: | ||
$.each($(".query"), function(index, value){ | $.each($(".query"), function(index, value){ | ||
return getStrings($(this).children()); | return getStrings($(this).children()); | ||
} | }); | ||
}); | }); | ||
}); | }); |