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

@@ -55,6 +55,7 @@ body {
padding: 0px;
border: none;
font-size: 15px;
cursor: pointer;
border-radius: 50%;
transition: .2s;
}

View File

@@ -287,7 +287,7 @@ function updateStatus(sendResponse) {
});
console.log('updated status');
} else {
console.log('no change');
// console.log('no change');
}
// console.log("updated status' and registerlinks");
});

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;
}
}