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

parent f24cf03b
......@@ -18,8 +18,7 @@ function printHtml(html)
$(document).ready(function() {
$('.map_print_button').click(function(){
var html = $(this).closest('.popup').find('.print-block').html()
+ '<div id="moscow_map" style="width: 100%; height: 748px;"></div>';
var html = $(this).closest('.popup').find('.print-block').html();
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