Commit c2265a62 authored by Dylan Hardison's avatar Dylan Hardison

Bug 1247195 - The "Comment Preview" field no longer works when viewing attachment details

r=lpsolit,a=dylan
parent 6bd668c2
...@@ -17,6 +17,7 @@ ...@@ -17,6 +17,7 @@
header = header header = header
subheader = subheader subheader = subheader
generate_api_token = 1 generate_api_token = 1
yui = ['json', 'connection']
style_urls = ['skins/standard/bug.css'] style_urls = ['skins/standard/bug.css']
javascript_urls = [ "js/attachment.js", 'js/field.js', "js/util.js", "js/TUI.js" ] javascript_urls = [ "js/attachment.js", 'js/field.js', "js/util.js", "js/TUI.js" ]
doc_section = "using/editing.html#attachments" doc_section = "using/editing.html#attachments"
......
...@@ -23,6 +23,7 @@ ...@@ -23,6 +23,7 @@
subheader = subheader subheader = subheader
generate_api_token = 1 generate_api_token = 1
doc_section = "using/editing.html#attachments" doc_section = "using/editing.html#attachments"
yui = ['json', 'connection']
javascript_urls = ['js/attachment.js', 'js/field.js'] javascript_urls = ['js/attachment.js', 'js/field.js']
style_urls = ['skins/standard/bug.css'] style_urls = ['skins/standard/bug.css']
bodyclasses = "no_javascript" bodyclasses = "no_javascript"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment