Commit e8587373 authored by Chad Woolley's avatar Chad Woolley

Remove dead code in issues_controller#create

- format.js is no longer used
parent 72c7fc8c
......@@ -144,9 +144,6 @@ class Projects::IssuesController < Projects::ApplicationController
format.html do
recaptcha_check_with_fallback { render :new }
end
format.js do
@link = @issue.attachment.url.to_js
end
end
end
......
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