summaryrefslogtreecommitdiff
path: root/action_popup/action_popup.js
diff options
context:
space:
mode:
Diffstat (limited to 'action_popup/action_popup.js')
-rw-r--r--action_popup/action_popup.js5
1 files changed, 5 insertions, 0 deletions
diff --git a/action_popup/action_popup.js b/action_popup/action_popup.js
new file mode 100644
index 0000000..914041a
--- /dev/null
+++ b/action_popup/action_popup.js
@@ -0,0 +1,5 @@
+document.getElementById("course-query-link").addEventListener("click", function () {
+ chrome.tabs.create({
+ "url": "/yorku-course-query/index.html"
+ });
+});