Commit 0178c914 by Anton Chuyko

Правка клика по ссылке перейти к вакансии

1 parent bd57ca7f
Pipeline #2600 for 0178c914 skipped in 0 seconds
......@@ -53,7 +53,7 @@
});
});
</script>
<script data-skip-moving="true">(function (w, d, s, l, i) {
<script>(function (w, d, s, l, i) {
w[l] = w[l] || [];
w[l].push({'gtm.start': new Date().getTime(), event: 'gtm.js'});
var f = d.getElementsByTagName(s)[0], j = d.createElement(s), dl = l != 'dataLayer' ? '&l=' + l : '';
......@@ -520,7 +520,7 @@
$('.fake-input').text(file_name);
});
$('.btn-slide').click(function () {
$('.btn-slide').click(function (e) {
var scrollTo = $(this).data('id');
$('html,body').animate({
scrollTop: $('#'+scrollTo).offset().top
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!