mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-02-06 15:05:26 +08:00
removed byebug :D
This commit is contained in:
parent
ec743a7420
commit
cff2f933a0
1 changed files with 0 additions and 1 deletions
|
@ -3,7 +3,6 @@
|
||||||
remote: true, :html=> { :id => "protocolsio-import-form" }) do |f| %>
|
remote: true, :html=> { :id => "protocolsio-import-form" }) do |f| %>
|
||||||
|
|
||||||
<%= hidden_field_tag :json_object, JSON.generate(@json_object) %>
|
<%= hidden_field_tag :json_object, JSON.generate(@json_object) %>
|
||||||
<% byebug %>
|
|
||||||
<% url_query = Rack::Utils.parse_query URI(request.referrer).query %>
|
<% url_query = Rack::Utils.parse_query URI(request.referrer).query %>
|
||||||
<% type_privacy = "public" %>
|
<% type_privacy = "public" %>
|
||||||
<% if url_query.key?("type") && url_query["type"]=="private" %>
|
<% if url_query.key?("type") && url_query["type"]=="private" %>
|
||||||
|
|
Loading…
Reference in a new issue