diff options
author | wolfbeast <mcwerewolf@wolfbeast.com> | 2020-02-20 11:01:30 +0100 |
---|---|---|
committer | wolfbeast <mcwerewolf@wolfbeast.com> | 2020-04-14 12:47:23 +0200 |
commit | 28f0155307b8182653e31c1dd969828bbb0249f0 (patch) | |
tree | c06d36755c1567a4bfe36164617eb09862d25dc6 /toolkit/content/aboutSupport.xhtml | |
parent | 11ede8724228309bf0e7d99097159d461e7d9693 (diff) | |
download | UXP-28f0155307b8182653e31c1dd969828bbb0249f0.tar UXP-28f0155307b8182653e31c1dd969828bbb0249f0.tar.gz UXP-28f0155307b8182653e31c1dd969828bbb0249f0.tar.lz UXP-28f0155307b8182653e31c1dd969828bbb0249f0.tar.xz UXP-28f0155307b8182653e31c1dd969828bbb0249f0.zip |
Issue #1383 - Remove "Copy raw data to clipboard" button
This resolves #1383
Diffstat (limited to 'toolkit/content/aboutSupport.xhtml')
-rw-r--r-- | toolkit/content/aboutSupport.xhtml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/toolkit/content/aboutSupport.xhtml b/toolkit/content/aboutSupport.xhtml index fff86dff6..0b7b52164 100644 --- a/toolkit/content/aboutSupport.xhtml +++ b/toolkit/content/aboutSupport.xhtml @@ -61,9 +61,6 @@ </div> <div> - <button id="copy-raw-data-to-clipboard"> - &aboutSupport.copyRawDataToClipboard.label; - </button> <button id="copy-to-clipboard"> &aboutSupport.copyTextToClipboard.label; </button> |