aboutsummaryrefslogtreecommitdiffstats
path: root/data/js/checkin-context.js
diff options
context:
space:
mode:
authorMatěj Cepl <mcepl@redhat.com>2011-03-25 01:17:49 +0100
committerMatěj Cepl <mcepl@redhat.com>2011-03-25 14:21:22 +0100
commitbcf1996cbdd2118a88226b24a4c78a08fe21749b (patch)
treeb2274c77ae97dc116675145885b335e2a8377d5f /data/js/checkin-context.js
parent23fb75565611af1e85455844be1d8931efe0a0a4 (diff)
downloadbugzilla-triage-bcf1996cbdd2118a88226b24a4c78a08fe21749b.tar.gz
Working on cutting down lines from bug-page-mod.js
Diffstat (limited to 'data/js/checkin-context.js')
-rw-r--r--data/js/checkin-context.js11
1 files changed, 0 insertions, 11 deletions
diff --git a/data/js/checkin-context.js b/data/js/checkin-context.js
deleted file mode 100644
index 4d073be..0000000
--- a/data/js/checkin-context.js
+++ /dev/null
@@ -1,11 +0,0 @@
-on('click', function(node, data) {
- var message = document.getElementById("__bz_tw_checkin_comment");
- postMessage(message.textContent);
-});
-
-on('context', function(node) {
- if (!onBugzillaPage(document.URL))
- return false;
- var message = document.getElementById("__bz_tw_checkin_comment");
- return !!message;
-});