mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +02:00
add interface link fix
Former-commit-id: 368a30d67bdbd3a08e503167b81a75fb733f327b
This commit is contained in:
parent
83a80b6aa2
commit
0708947804
@ -2317,6 +2317,7 @@ function add_interface_link_js() {
|
|||||||
success: function(data) {
|
success: function(data) {
|
||||||
if (data["correct"]) {
|
if (data["correct"]) {
|
||||||
var temp_link = {};
|
var temp_link = {};
|
||||||
|
temp_link["id"] = graph.links.length;
|
||||||
temp_link["status_start"] = "0";
|
temp_link["status_start"] = "0";
|
||||||
temp_link["status_end"] = "0";
|
temp_link["status_end"] = "0";
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user