diff options
author | Matěj Cepl <mcepl@redhat.com> | 2011-06-06 16:14:52 +0200 |
---|---|---|
committer | Matěj Cepl <mcepl@redhat.com> | 2011-06-06 16:14:52 +0200 |
commit | 75848ce166959a4e38c5191522b15e35706d3202 (patch) | |
tree | b7b3618e156d24fba0c28e0fbe5ebe3cc7aed6e8 /data/tweaks | |
parent | 06c5c60704fb181cf870c04cb79b2d6275600f06 (diff) | |
download | bugzilla-triage-75848ce166959a4e38c5191522b15e35706d3202.tar.gz |
Make check link working again.
Diffstat (limited to 'data/tweaks')
-rw-r--r-- | data/tweaks/viewSource.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/tweaks/viewSource.js b/data/tweaks/viewSource.js index fdf92d3..2415531 100644 --- a/data/tweaks/viewSource.js +++ b/data/tweaks/viewSource.js @@ -42,7 +42,7 @@ function viewAttachmentSource(attachments) { if (!att.id) { return; } - var typeName = att.name; + var typeName = att.mimeType; var elem = att.element; var id = att.id; var attachHref = elem.getAttribute("href"); |