Content deleted Content added
Manishearth (talk | contribs) No edit summary |
Manishearth (talk | contribs) No edit summary |
||
Line 45:
if(s.className != "st0") continue;
else if(h.match(/"([^"]+)"/)) {
q = /"([^"]+)"/
quo='"'
}else if(h.match(/'([^']+)'/)) {
q = /'([^']+)'/
quo="'"
}else continue;
|