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:
Daniel Rodriguez 2021-03-09 16:38:51 +00:00
commit 1846cb6471
1 changed files with 1 additions and 1 deletions

View File

@ -436,7 +436,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;}"'
);
}