Commit b423778b authored by Felipe Artur's avatar Felipe Artur

Remove unused js response from refs controller

parent 9d799924
...@@ -32,12 +32,6 @@ class Projects::RefsController < Projects::ApplicationController ...@@ -32,12 +32,6 @@ class Projects::RefsController < Projects::ApplicationController
redirect_to new_path redirect_to new_path
end end
format.js do
@ref = params[:ref]
define_tree_vars
tree
render "tree"
end
end end
end end
......
---
title: Remove unused js response from refs controller
merge_request:
author:
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