mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-04-08 18:55:09 +02:00
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-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).attr("class", "relation_link_row");
|
||||
|
Loading…
x
Reference in New Issue
Block a user