mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-02-11 09:26:37 +08:00
removed commented code
This commit is contained in:
parent
667fb67052
commit
c526cab498
1 changed files with 0 additions and 3 deletions
|
@ -191,9 +191,6 @@ class ExperimentsController < ApplicationController
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
else
|
else
|
||||||
# flash[:error] = t('experiments.move.error_flash',
|
|
||||||
# experiment: @experiment.name)
|
|
||||||
# redirect_to project_path(@experiment.project)
|
|
||||||
respond_to do |format|
|
respond_to do |format|
|
||||||
format.json do
|
format.json do
|
||||||
render json: { message: t('experiments.move.error_flash',
|
render json: { message: t('experiments.move.error_flash',
|
||||||
|
|
Loading…
Reference in a new issue