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 |
||
Line 24: | Line 24: | ||
$.each(data.query.pages, function(index, value){ | $.each(data.query.pages, function(index, value){ | ||
alert(value.edittoken); | alert(value.edittoken); | ||
} | }} | ||
}}); | }}); | ||
} | } |