User:Ale jrb/Scripts/csdcheck.js: Difference between revisions

Content deleted Content added
Ale jrb (talk | contribs)
m .
Ale jrb (talk | contribs)
m .
Line 65:
for(var i=0;i<list.options.length;i++) {
var o=list.options[i];
if (o.text.indexOf("CSD #"+s+":|") == 0) return o;
if (o.text.indexOf(s+":") == 0) return o;
//TODO fine-tuning for A7 and G6
}
}