diff options
author | David Lawrence <dkl@mozilla.com> | 2017-02-17 18:12:27 +0100 |
---|---|---|
committer | David Lawrence <dkl@mozilla.com> | 2017-02-17 18:12:37 +0100 |
commit | e81dc874a529541cc39d7fe128c427babdc18f23 (patch) | |
tree | bf4c707560a6ba5bd4e366700c63bd7c9de3c7e4 /extensions/BugModal/web | |
parent | e184203da9763fc5d7c9363b7ebb950b07c7c3da (diff) | |
download | bugzilla-e81dc874a529541cc39d7fe128c427babdc18f23.tar.gz bugzilla-e81dc874a529541cc39d7fe128c427babdc18f23.tar.xz |
Bug 1257608 - Convert all <button> elements to CSS styled <a> links
Diffstat (limited to 'extensions/BugModal/web')
-rw-r--r-- | extensions/BugModal/web/bug_modal.js | 7 |
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) { |