missing dot.
This commit is contained in:
Alezia Kurdis 2020-04-05 02:18:51 -04:00 committed by GitHub
parent 6d33713e35
commit 9c5f8fc946
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3621,7 +3621,7 @@ function displaySelectedZones(propertyId, isEditable) {
if (!isMultiple) {
listedZoneInner += "<tr><td class='zoneItem'>&nbsp;</td><td>&nbsp;</td></tr>";
} else {
listedZoneInner += "<tr><td class='zoneItem'>[ WARNING: Any changes will apply to all ]</td><td>&nbsp;</td></tr>";
listedZoneInner += "<tr><td class='zoneItem'>[ WARNING: Any changes will apply to all. ]</td><td>&nbsp;</td></tr>";
}
} else {
for ( i = 0; i < selectedZones.length; i++ ) {