#1102 - Исправить карту на странице Контакты.

parent d15d7a36
......@@ -18,7 +18,7 @@ function printHtml(html)
$(document).ready(function() {
$('.map_print_button').click(function(){
var html = $(this).closest('.popup').find('.print-block').html();
var html = $(this).closest('.popup').find('.print-block').html() + "<center><img src=\"/images/map_moscow.jpg\"></center>";
printHtml(html);
return false;
});
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment