Content deleted Content added
m - script |
m + script |
||
Line 1:
// [[User talk:Alex Smotrov/edittop.js]]
if (wgAction=='edit' && document.___URL.indexOf('§ion=0') != -1)
addOnloadHook(function(){
document.getElementById('wpSummary').value = "/* Intro */ ";
})
// [[Wikipedia:Comments in Local Time]]
LocalizeConfig = { dateFormat : 'mdy' }; // options are 'ymd', 'dmy', 'mdy'
|