summaryrefslogtreecommitdiff
path: root/action_popup/action_popup.js
blob: 914041a63e3a3e0d38c8f220a1b99f130ddbeb39 (plain)
1
2
3
4
5
document.getElementById("course-query-link").addEventListener("click", function () {
    chrome.tabs.create({
        "url": "/yorku-course-query/index.html"
    });
});