Content deleted Content added
test |
more |
||
Line 8:
{
// Save the original value of the edit summary field
editsummOriginalSummary = document.
alert(editsummOriginalSummary);
// For convenience, add a dropdown box with some canned edit
// summaries to the form.
Line 46:
editsummAddOptionToDropdown(dropdown,"sectioning");
editsummAddOptionToDropdown(dropdown,"start article");
var insertBeforeThis = document.
var theParent = insertBeforeThis.parentNode;
theParent.insertBefore(dropdown,insertBeforeThis);
Line 106:
}
}
// Hide refs
addOnloadHook(function (){
editsummInitialize ();
});
|