search by unique number

This commit is contained in:
sghsri
2018-12-12 21:03:49 -06:00
parent 8d4775fc8a
commit 3984c26df6
10 changed files with 212 additions and 70 deletions

View File

@@ -65,7 +65,7 @@ function getInfo(classurl) {
action: "add"
}, function () {
chrome.runtime.sendMessage({
command: "updateTabs"
command: "updateCourseList"
});
});
}