Content deleted Content added
No edit summary |
use prompts instead of parsed names to reconcile RMs with multiple moves |
||
Line 77:
if(sectionLog[i].match(/Requested move \d/gm)){
var section = sectionLog[i+1];
var moveFrom =
var moveTo = window.prompt("Enter Move Destination : ");
var reason = window.prompt("Request reason : ");
var techReq = '{{subst:RMassist|'+ moveFrom +'|' + moveTo + '|reason=' + reason + '}}';
|