twee lijnen toegevoegd die misschien ervoor zorgen dat de icoontjes verschijnen en misschien alles doen crashen
This commit is contained in:
parent
94c85f1c4d
commit
bf30ee7f7d
1 changed files with 2 additions and 0 deletions
|
@ -34,6 +34,8 @@
|
|||
<script id="popup-template" type="text/x-handlebars-template">
|
||||
<div id="resto-popup">
|
||||
<h3>{{name}} ({{capacity}} pl.)</h3>
|
||||
{{#if wheelchair=="Ja"}}{{<img src="img/Wheelchair_symbol.svg" class="wheelchair">}}{{/if}}
|
||||
{{#if wifi=="Ja"}}{{<img src="img/Logo_WiFi.svg" class="wifi">}}{{/if}}
|
||||
<img src="img/{{type}}.png" class="type">
|
||||
<div class="location">Locatie: {{address}}</div>
|
||||
<div class="period">{{#if period.start}}
|
||||
|
|
Loading…
Reference in a new issue