Commit b3b4ef33 authored by Internship UKSW 2019's avatar Internship UKSW 2019

Initial commit

parent 01a128b8
......@@ -289,8 +289,9 @@ class FormCreate extends Component {
}
}
for (let i = 0; i < (sbj.length - 1); i++) {
if (sbj[i] != " ") {
if (sbj[i] == " ") {
sbj = sbj.slice(i, (sbj.length - i));
} else {
break;
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment