diff options
author | Evgeny Zinoviev <me@ch1p.io> | 2021-01-04 00:29:54 +0300 |
---|---|---|
committer | Evgeny Zinoviev <me@ch1p.io> | 2021-01-04 00:29:54 +0300 |
commit | f01e27a00b9931b28ff8184751dedbe64db79ea2 (patch) | |
tree | 22f030c2787e0435e6d5e2a7b3924145e368baee /app/static/app.js | |
parent | dcc35069100f32f71d9c0dd8e280cea496333ead (diff) |
update
Diffstat (limited to 'app/static/app.js')
-rw-r--r-- | app/static/app.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/static/app.js b/app/static/app.js index bc4b89e..faff329 100644 --- a/app/static/app.js +++ b/app/static/app.js @@ -141,7 +141,7 @@ class Maps { let html = `<b>${pharmacyName}</b><br>`; html += `${pharmacyAddress}<br>`; html += `тел: ${pharmacyPhone}<br><br>`; - html += lines.join('\n'); + html += lines.join('<br>'); mark.properties.set('balloonContent', html); }); this.map.geoObjects.add(mark); |