mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-12-17 14:19:05 +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 %>
|
<% pio_table_id = "pio_table_prot_info_"+table_count.to_s %>
|
||||||
<% protocol_table_elements_array.push([pio_table_id,table_hash['data']]) %>
|
<% 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 id="<%=pio_table_id%>" ></div>
|
||||||
</div>
|
|
||||||
|
|
||||||
<% table_count += 1 %>
|
<% table_count += 1 %>
|
||||||
<% end %>
|
<% end %>
|
||||||
|
|
|
||||||
|
|
@ -116,9 +116,9 @@
|
||||||
<% pio_table_id = "pio_table_step_"+counter.to_s+"_info_"+table_count.to_s %>
|
<% 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']]) %>
|
<% 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 id="<%=pio_table_id%>" ></div>
|
||||||
</div>
|
|
||||||
|
|
||||||
<% table_count += 1 %>
|
<% table_count += 1 %>
|
||||||
<% end %>
|
<% end %>
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue