Showing
1 changed file
with
2 additions
and
1 deletions
... | @@ -377,7 +377,8 @@ | ... | @@ -377,7 +377,8 @@ |
377 | ' <span class="tel">' + | 377 | ' <span class="tel">' + |
378 | place.phone + | 378 | place.phone + |
379 | "</span>" + | 379 | "</span>" + |
380 | - `<a href="/review/${place.id}"><button type="button" class="btn btn-outline-danger" style="font-size:70%;">후기 작성</button>`; | 380 | + `<a href="/review/${place.id}"><button type="button" class="btn btn-outline-danger" style="font-size:70%;">후기 작성</button></a>`+ |
381 | + `<a href="/map"><button type="button" class="btn btn-outline-danger" style="font-size:30%;">닫기</button></a>`; | ||
381 | "</div>" + '<div class="after"></div>'; | 382 | "</div>" + '<div class="after"></div>'; |
382 | contentNode.innerHTML = content; | 383 | contentNode.innerHTML = content; |
383 | placeOverlay.setPosition(new kakao.maps.LatLng(place.y, place.x)); | 384 | placeOverlay.setPosition(new kakao.maps.LatLng(place.y, place.x)); | ... | ... |
-
Please register or login to post a comment