Commit 00895040 by Semenenko Timofey

Новые рекомендации по карте проектов.

1 parent 106716f7
Pipeline #2953 for 00895040 skipped in 0 seconds
......@@ -642,7 +642,11 @@ $(document).on('click', ".mobile_menu_phones.off",function() {
$(document).on('click', "#close",function() {
$(".mobile_menu_phones.off").removeClass('off');
});
(function($) {
$('.fav-link-clear').click(function() {
window.location.replace("https://shold.dev5.ashmanov.com/projects/");
});
})(jQuery);
......
......@@ -5,11 +5,6 @@ $APPLICATION->SetTitle("Понравившиеся проекты");
<div class="fav_listing">
<style>
.projects-list {
margin-top: -25px;
}
</style>
<?$APPLICATION->IncludeComponent('cpeople:project', '', array('IS_FAVE' => 1))?>
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!