mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
Typo
missing dot.
This commit is contained in:
parent
6d33713e35
commit
9c5f8fc946
1 changed files with 1 additions and 1 deletions
|
@ -3621,7 +3621,7 @@ function displaySelectedZones(propertyId, isEditable) {
|
|||
if (!isMultiple) {
|
||||
listedZoneInner += "<tr><td class='zoneItem'> </td><td> </td></tr>";
|
||||
} else {
|
||||
listedZoneInner += "<tr><td class='zoneItem'>[ WARNING: Any changes will apply to all ]</td><td> </td></tr>";
|
||||
listedZoneInner += "<tr><td class='zoneItem'>[ WARNING: Any changes will apply to all. ]</td><td> </td></tr>";
|
||||
}
|
||||
} else {
|
||||
for ( i = 0; i < selectedZones.length; i++ ) {
|
||||
|
|
Loading…
Reference in a new issue