mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-12-18 22:58:53 +08:00
Overlooked a small change
This commit is contained in:
parent
1606982966
commit
25619e5e01
1 changed files with 1 additions and 0 deletions
|
|
@ -645,6 +645,7 @@ class ProtocolsController < ApplicationController
|
||||||
@json_object['steps']
|
@json_object['steps']
|
||||||
)
|
)
|
||||||
end
|
end
|
||||||
|
|
||||||
@protocol = Protocol.new
|
@protocol = Protocol.new
|
||||||
respond_to do |format|
|
respond_to do |format|
|
||||||
format.js {} # go to the js.erb file named the same as this controller,
|
format.js {} # go to the js.erb file named the same as this controller,
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue