User:CWii/JB2script.js: Difference between revisions

Content deleted Content added
CWii (talk | contribs)
Script Change! Script Change!
CWii (talk | contribs)
Nice things :)
Line 14:
name: 'movable',
label: 'Is the image movable? ',
tooltip: 'mehPlease chose the correct option.',
event: jb2script.callback.change_category
} );
Line 31:
categories.append( {
type: 'option',
label: "WasIt was already moved",
selected: false,
value: 'moved'
Line 211:
'wpAutoSummary': form.wpAutoSummary.value,
'wpEditToken': form.wpEditToken.value,
'wpSummary': '(TESTING) Reviewing image for [[User:John Bot II|JB-II]] (Image OK)',
'wpTextbox1': template + text
};
Line 239:
'wpAutoSummary': form.wpAutoSummary.value,
'wpEditToken': form.wpEditToken.value,
'wpSummary': '(TESTING) Reviewing image for [[User:John Bot II|JB-II]] (Image NOT OK)',
'wpTextbox1': template + text
};
Line 282:
'wpAutoSummary': form.wpAutoSummary.value,
'wpEditToken': form.wpEditToken.value,
'wpSummary': '(TESTING) Reviewing image for [[User:John Bot II|JB-II]] (Image MOVED)',
'wpTextbox1': fText
};