Skip to content
Snippets Groups Projects
Commit 20963e0a authored by deuce's avatar deuce
Browse files

Add missing )

Thanks Toolman!
parent 4e6f57cd
No related branches found
No related tags found
No related merge requests found
......@@ -654,7 +654,7 @@ function read_messages(league, ptr)
}
}
}
else if(hdr.subject.substr(-8==' results') {
else if(hdr.subject.substr(-8==' results')) {
/* Set of Votes */
var set=hdr.subject.substr(subject_prefix.length, hdr.subject.length - subject_prefix.length - 8);
var body=sports.get_msg_body(curr_msg);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment