mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-16 02:14:59 +02:00
fix bug when adding connection maps in gis map builder
This commit is contained in:
parent
7883fc5f96
commit
577ddef8b3
@ -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;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user