Widget:EditSandbox: Difference between revisions
Jump to navigation
Jump to search
Matt Pijoan (talk | contribs) No edit summary |
Matt Pijoan (talk | contribs) No edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 21: | Line 21: | ||
$xml = $( xmlDoc ), | $xml = $( xmlDoc ), | ||
$title = $xml.find( "text" ); | $title = $xml.find( "text" ); | ||
var pageContent = $title.text().split(','); | var pageContent = $title.text().split(','); | ||
pageContent.push(question); | pageContent.push(question); | ||
var token = getToken( | alert(pageContent.toString()); | ||
var token = getToken(pageContent.toString()); | |||
}}); | }}); | ||
return result; | return result; |