popup refactoring, bug fixes
This commit is contained in:
@@ -30,13 +30,7 @@ $("#togglecourseConflictHighlight").click(function () {
|
||||
off('courseConflictHighlight');
|
||||
});
|
||||
}
|
||||
chrome.tabs.query({}, function (tabs) {
|
||||
for (var i = 0; i < tabs.length; i++) {
|
||||
chrome.tabs.sendMessage(tabs[i].id, {
|
||||
command: "updateCourseList"
|
||||
});
|
||||
}
|
||||
});
|
||||
updateAllTabsCourseList();
|
||||
});
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user