User:SD0001/GAR-helper.js: Difference between revisions

Content deleted Content added
implement nomination page preview
automatically add signature in nomination text if not included
Line 135:
getNomPageText: function() {
return '{{subst:GAR/header}}\n' + gar.params.reason; +
(gar.params.reason.trim().endsWith('~~~~') ? '' : ' ~~~~');
},