Remove unused xhr check

pull/4813/head
Oliver Günther 8 years ago
parent 04e4021425
commit 29f749a489
No known key found for this signature in database
GPG Key ID: 88872239EB414F99
  1. 1
      app/controllers/work_packages/moves_controller.rb

@ -34,7 +34,6 @@ class WorkPackages::MovesController < ApplicationController
def new
prepare_for_work_package_move
render layout: false if request.xhr?
end
def create

Loading…
Cancel
Save