"मीडियाविकि:Gadget-morebits.js": अवतरणों में अंतर

Content deleted Content added
reverted back
टैग: Manual revert
update
पंक्ति 2,065:
query.basetimestamp = ctx.lastEditTime; // check that page hasn't been edited since it was loaded
}
query.starttimestampcurtimestamp = ctx.loadTime; // check that page hasn't been deleted since it was loaded (don't recreate bad stuff)
break;
default:
पंक्ति 2,072:
query.basetimestamp = ctx.lastEditTime; // check that page hasn't been edited since it was loaded
}
query.starttimestampcurtimestamp = ctx.loadTime; // check that page hasn't been deleted since it was loaded (don't recreate bad stuff)
break;
}
पंक्ति 2,778:
}
ctx.loadTime = $(xml).find('api').attr('curtimestamp');
// XXX: starttimestampcurtimestamp is present because of intoken=edit parameter in the API call.
// When replacing that with meta=tokens (#615), add the curtimestamp parameter to the API call
// and change 'starttimestamp' here to 'curtimestamp'