Commit 0757395c authored by Mayra Cabrera's avatar Mayra Cabrera

Merge branch 'ak/drop-unused-file' into 'master'

Drop unused plain javascript file

See merge request gitlab-org/gitlab!40862
parents 97865775 aaece382
......@@ -17,7 +17,6 @@ class Admin::RunnersController < Admin::ApplicationController
def update
if Ci::UpdateRunnerService.new(@runner).update(runner_params)
respond_to do |format|
format.js
format.html { redirect_to admin_runner_path(@runner) }
end
else
......
:plain
$("#runner_#{@runner.id}").replaceWith("#{escape_javascript(render(@runner))}")
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