avoid double networkmap creation
This commit is contained in:
parent
2b17ab4496
commit
f89397996f
|
@ -424,7 +424,7 @@ if ($not_found) {
|
|||
__('Save networkmap'),
|
||||
'crt',
|
||||
false,
|
||||
'class="sub next"'
|
||||
'class="sub next" onclick="if (typeof(sent) == \'undefined\') {sent = 1; return true;} else {return false;}"'
|
||||
);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue