35,369
רעדאגירונגען
אין תקציר עריכה |
אין תקציר עריכה |
||
| שורה 80: | שורה 80: | ||
$(function () { | $(function () { | ||
for (var p in data.query.pages) { | for (var p in data.query.pages) { | ||
console.log(p) | console.log('about to test description for: ', p) | ||
if ("description" in data.query.pages[p] && data.query.pages[p].descriptionsource | if (("description" in data.query.pages[p]) && (data.query.pages[p].descriptionsource == "local")) { | ||
console.log('adding description for: ', p) | |||
var params = { | var params = { | ||
"action": "edit", | "action": "edit", | ||