Parcourir la source

syntax pedantism

Jocelyn Delande il y a 10 ans
Parent
commit
e542568475
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      assets/map.js

+ 1 - 1
assets/map.js

@@ -33,7 +33,7 @@ $( document ).ready(function() {
                 if (feature.properties.place.hasOwnProperty('floor')) feature.properties.popupContent += '<li>Étage: '+feature.properties.place.floor+'</li>';
                 if (feature.properties.place.orientations[0]) feature.properties.popupContent += '<li>Orientation: '+feature.properties.place.orientations.join(', ')+'</li>';
                 if (feature.properties.place.roof) feature.properties.popupContent += '<li>Accès au toit'+'</li>';
-                feature.properties.popupContent += '</ul>'
+                feature.properties.popupContent += '</ul>';
             }
 
             if (feature.properties.comment) {