diff options
author | Matěj Cepl <mcepl@redhat.com> | 2011-03-25 01:17:49 +0100 |
---|---|---|
committer | Matěj Cepl <mcepl@redhat.com> | 2011-03-25 01:17:49 +0100 |
commit | 3c073b249228b929ba3ef7c620ddb62220503ec1 (patch) | |
tree | b2274c77ae97dc116675145885b335e2a8377d5f /data/lib/rhbzpage.js | |
parent | 23fb75565611af1e85455844be1d8931efe0a0a4 (diff) | |
download | bugzilla-triage-3c073b249228b929ba3ef7c620ddb62220503ec1.tar.gz |
Working on cutting down lines from bug-page-mod.js
Diffstat (limited to 'data/lib/rhbzpage.js')
-rw-r--r-- | data/lib/rhbzpage.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/lib/rhbzpage.js b/data/lib/rhbzpage.js index 9af0127..f57af79 100644 --- a/data/lib/rhbzpage.js +++ b/data/lib/rhbzpage.js @@ -240,7 +240,7 @@ function pasteBacktraceInComments(atts) { createDeadLink ("callAbrtQuery_link", "Abrt bugs", mainTitle, abrtQueryURL, [], false, null, "a"); - + if (idContainsWord("cf_devel_whiteboard", 'btparsed')) { addStuffToTextBox('status_whiteboard', 'btparsed'); } |