Merge branch 'ent-6888-uniway-deshabilitar-boton-crear-una-vez-pulsado-para-evitar-duplicados' into 'develop'
avoid double networkmap creation See merge request artica/pandorafms!3762
This commit is contained in:
commit
1846cb6471
|
@ -436,7 +436,7 @@ if ($not_found) {
|
||||||
__('Save networkmap'),
|
__('Save networkmap'),
|
||||||
'crt',
|
'crt',
|
||||||
false,
|
false,
|
||||||
'class="sub next"'
|
'class="sub next" onclick="if (typeof(sent) == \'undefined\') {sent = 1; return true;} else {return false;}"'
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue