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 82: | Line 82: | ||
$.each(obj.questionListAll, function(index, value){ | $.each(obj.questionListAll, function(index, value){ | ||
if(obj.questionListAll[i] === value){ | if(obj.questionListAll[i] === value){ | ||
obj.questionListAll.splice( | obj.questionListAll.splice(i, 1); | ||
return false; | return false; | ||
} | } |