aboutsummaryrefslogtreecommitdiffstats
path: root/data/lib/checkin-context.js
diff options
context:
space:
mode:
Diffstat (limited to 'data/lib/checkin-context.js')
-rw-r--r--data/lib/checkin-context.js13
1 files changed, 0 insertions, 13 deletions
diff --git a/data/lib/checkin-context.js b/data/lib/checkin-context.js
deleted file mode 100644
index 0ccec0c..0000000
--- a/data/lib/checkin-context.js
+++ /dev/null
@@ -1,13 +0,0 @@
-self.on('click', function(node, data) {
- var message = document
- .getElementById("__bz_tw_checkin_comment");
- self.postMessage(message.textContent);
-});
-
-self.on('context', function(node) {
- if (!onBugzillaPage(document.URL))
- return false;
- var message = document
- .getElementById("__bz_tw_checkin_comment");
- return !!message;
-});