summaryrefslogtreecommitdiffstats
path: root/extensions/BugModal/web
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/BugModal/web')
-rw-r--r--extensions/BugModal/web/bug_modal.js7
1 files changed, 0 insertions, 7 deletions
diff --git a/extensions/BugModal/web/bug_modal.js b/extensions/BugModal/web/bug_modal.js
index 25a9d1a73..cfeec2271 100644
--- a/extensions/BugModal/web/bug_modal.js
+++ b/extensions/BugModal/web/bug_modal.js
@@ -804,13 +804,6 @@ $(function() {
tracking_flag_change(event.target);
});
- // add attachments
- $('#attachments-add-btn')
- .click(function(event) {
- event.preventDefault();
- window.location.href = 'attachment.cgi?bugid=' + BUGZILLA.bug_id + '&action=enter';
- });
-
// take button
$('.take-btn')
.click(function(event) {