Wikipedia:WikiProject User scripts/Scripts/Force edit summary alternative: Difference between revisions

Content deleted Content added
neatened function description
m might as well do syntax highlighting...
Line 7:
<pre> importScript('Wikipedia:WikiProject User scripts/Scripts/Force edit summary alternative'); </pre>
 
<source lang=javascript>
<pre>
// (script starts here) */
*/
 
function addForceSummary()
Line 48:
addOnloadHook(addForceSummary);
 
// (end of script) </presource>