MCPcopy Create free account
hub / github.com/adobe/Marinus / create_new_div_section

Function create_new_div_section

web_server/public/javascripts/utilities.js:187–191  ·  view source on GitHub ↗
(column_name, visible_text)

Source from the content-addressed store, hash-verified

185}
186
187function create_new_div_section(column_name, visible_text) {
188 let output_text = create_h3(visible_text);
189 output_text = output_text + create_new_div(column_name + "_list");
190 return (output_text);
191}
192
193function create_new_list(list_id) {
194 return ('<div class="list-group">');

Callers 2

initialize_whois_listFunction · 0.85
display_zone_dataFunction · 0.85

Calls 2

create_h3Function · 0.85
create_new_divFunction · 0.85

Tested by

no test coverage detected