Fixed typo
This commit is contained in:
parent
357b47a6d5
commit
8982e3d49b
|
@ -965,7 +965,7 @@ function load_interfaces(selected_links) {
|
||||||
$("#relations_table-no_relations").css("display", "none");
|
$("#relations_table-no_relations").css("display", "none");
|
||||||
$("#relations_table-loading").css("display", "");
|
$("#relations_table-loading").css("display", "");
|
||||||
|
|
||||||
var template_relation_row = $("#relations_table-template_row").clone;
|
var template_relation_row = $("#relations_table-template_row").clone();
|
||||||
|
|
||||||
$(template_relation_row).css("display", "");
|
$(template_relation_row).css("display", "");
|
||||||
$(template_relation_row).attr("class", "relation_link_row");
|
$(template_relation_row).attr("class", "relation_link_row");
|
||||||
|
|
Loading…
Reference in New Issue