From 992d601187bd93750ddc0dfd56244fd4ee1e6058 Mon Sep 17 00:00:00 2001 From: hatuhay <alberto@siles.pe> Date: Wed, 22 Feb 2017 13:06:54 -0500 Subject: [PATCH] Issue #2854739 by jkstermitz. --- js/affix.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/js/affix.js b/js/affix.js index 461c884..45522f6 100644 --- a/js/affix.js +++ b/js/affix.js @@ -25,7 +25,6 @@ } }; - $('[data-toggle="affix"]').each(function() { var ele = $(this), @@ -39,6 +38,6 @@ // init toggleAffix(ele, $(window), wrapper); }); - }; + } } })(jQuery, Drupal); -- GitLab