mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-04 06:13:09 +02: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) {
|
if (!isMultiple) {
|
||||||
listedZoneInner += "<tr><td class='zoneItem'> </td><td> </td></tr>";
|
listedZoneInner += "<tr><td class='zoneItem'> </td><td> </td></tr>";
|
||||||
} else {
|
} 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 {
|
} else {
|
||||||
for ( i = 0; i < selectedZones.length; i++ ) {
|
for ( i = 0; i < selectedZones.length; i++ ) {
|
||||||
|
|
Loading…
Reference in a new issue