mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-09-13 08:34:49 +08:00
removed unnecessary html
This commit is contained in:
parent
6a4c38bbee
commit
096ee00e07
2 changed files with 6 additions and 6 deletions
|
@ -74,9 +74,9 @@
|
|||
<% pio_table_id = "pio_table_prot_info_"+table_count.to_s %>
|
||||
<% protocol_table_elements_array.push([pio_table_id,table_hash['data']]) %>
|
||||
|
||||
<div data-role="hot-table" class="hot-table">
|
||||
|
||||
<div id="<%=pio_table_id%>" ></div>
|
||||
</div>
|
||||
|
||||
|
||||
<% table_count += 1 %>
|
||||
<% end %>
|
||||
|
|
|
@ -116,9 +116,9 @@
|
|||
<% pio_table_id = "pio_table_step_"+counter.to_s+"_info_"+table_count.to_s %>
|
||||
<% step_table_elements_array.push([pio_table_id,table_hash['data']]) %>
|
||||
|
||||
<div data-role="hot-table" class="hot-table">
|
||||
|
||||
<div id="<%=pio_table_id%>" ></div>
|
||||
</div>
|
||||
|
||||
|
||||
<% table_count += 1 %>
|
||||
<% end %>
|
||||
|
|
Loading…
Add table
Reference in a new issue