Content deleted Content added
updated code |
update to include summary |
||
Line 166:
text += temptext;
// alert(text); // DEBUG
pageobj.setEditSummary(summary);
pageobj.setPageText(text);
pageobj.save();
|