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 52: | Line 52: | ||
event.data.queries[index] = ""; | event.data.queries[index] = ""; | ||
$.each($(this).children(), function(ind, val){ | $.each($(this).children(), function(ind, val){ | ||
event.data.queries[index] += "[[WBRKeyword::" + $(this).val( | event.data.queries[index] += "[[WBRKeyword::" + $(this).val() + "]]"; | ||
}); | }); | ||
}); | }); |