fix bug when adding connection maps in gis map builder

This commit is contained in:
alejandro-campos 2019-06-10 17:04:36 +02:00
parent 7883fc5f96
commit 577ddef8b3
1 changed files with 2 additions and 2 deletions

View File

@ -357,8 +357,8 @@ function addConnectionMap() {
for (var index in connectionMaps) {
if (isInt(index)) {
if (connectionMaps[index] == idConnectionMap) {
alert("<?php echo __('The connection'); ?> "' + connectionMapName + '" <?php echo __('just added previously.'); ?>");
alert("<?php echo __('The connection'); ?> " + connectionMapName + " <?php echo __('just added previously.'); ?>");
return;
}
}