This commit is contained in:
Sriram Hariharan
2019-01-14 21:00:07 -06:00
parent 649255d628
commit 147fef3d07
3 changed files with 3 additions and 1 deletions

View File

@@ -275,6 +275,7 @@ $(document).ready(function () {
if (!isNaN(unique)) {
if (unique.length == 5) {
getInfo($("#semesters").find(":selected").val(), unique);
$("#class_id").val('');
return;
}
}