From e4b315568b1cde2f4173aedef82e41e083d6d285 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Soko=C5=82owski?= Date: Fri, 20 Mar 2020 13:52:15 +0100 Subject: [PATCH] remove broken calls to stick_in_parent MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jakub SokoĊ‚owski --- public/js/dev.js | 7 ------- 1 file changed, 7 deletions(-) diff --git a/public/js/dev.js b/public/js/dev.js index 2e36d0f..aceb4e3 100644 --- a/public/js/dev.js +++ b/public/js/dev.js @@ -113,10 +113,6 @@ $(document).ready(function ($) { retrieveAdvocacyPrograms(); } - $('.sidebar').stick_in_parent({ - offset_top: 30 - }); - if ($('input[name="userSearch"]').length) { window.addEventListener('click', function (e) { if (document.getElementById('search-form').contains(e.target)) { @@ -309,9 +305,6 @@ $(document).ready(function ($) { var title = $(this).text(); $('.right-sub-navigation ul').append('
  • ' + title + '
  • '); }); - $('.right-sub-navigation').stick_in_parent({ - offset_top: 30 - }); $('.right-sub-navigation a').on('click', function () { var id = $(this).attr('href'); $('html, body').animate({