import course animation

This commit is contained in:
sghsri
2018-08-31 21:00:12 -05:00
parent 96765c82ee
commit c063b58f1b

View File

@@ -106,7 +106,10 @@ function saveCourse(course){
course: course, course: course,
action: "add" action: "add"
}, function (response) { }, function (response) {
$("#import").text("Courses Saved!"); $("#import").text("Courses Saved!").css("background-color","#4CAF50");
setTimeout(function () {
$("#import").html("<span style='font-size:small'>Import into </span><b>UT Reg Plus<b></h2>").css("background-color","#FF9800");
}, 1000);
chrome.runtime.sendMessage({ chrome.runtime.sendMessage({
command: "updateCourseList" command: "updateCourseList"
}); });