diff options
author | Matěj Cepl <mcepl@redhat.com> | 2011-04-28 14:28:10 +0200 |
---|---|---|
committer | Matěj Cepl <mcepl@redhat.com> | 2011-06-05 14:47:40 +0200 |
commit | 7b6eefcd506ec03e1db422ca6e1f4f1bb8420d1c (patch) | |
tree | 3a4b3480ea513c37f98782dd62193f4379ff48aa /data/lib/checkin-context.js | |
parent | 55d9a312fbba91f1bcf5e3f3291b7bece8abb178 (diff) | |
download | bugzilla-triage-7b6eefcd506ec03e1db422ca6e1f4f1bb8420d1c.tar.gz |
Reorganization.
* fixingAttMIME, rhbzpage, xorgBugCategories moved to data/rhlib
directory,
* docs directory removed ... keep documentation in JSDocs; rewrite in MD
is a waste of time.
* move Ehsan’s scripts to separate data/tweaks directory.
Diffstat (limited to 'data/lib/checkin-context.js')
-rw-r--r-- | data/lib/checkin-context.js | 13 |
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; -}); |