Skip to content

Commit

Permalink
chore(progress bar view): removed unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
deniskorobicyn committed Oct 1, 2015
1 parent effbbe1 commit 959e494
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/shared/job_progress_bar.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@
app.config.progressBar = {
url: #{job_status_path(domain: :current).to_json},
pid: #{@job_id.to_json},
documentLocation: #{@success_url_js || @success_url.to_json},
documentLocation: #{@success_url.to_json},
documentLocationError: #{@error_url ? @error_url.to_json : nil.to_json}
};

0 comments on commit 959e494

Please sign in to comment.