Skip to content
Snippets Groups Projects
Commit 992d6011 authored by Alberto Siles's avatar Alberto Siles
Browse files

Issue #2854739 by jkstermitz.

parent 45d1d1d4
No related branches found
No related tags found
No related merge requests found
...@@ -25,7 +25,6 @@ ...@@ -25,7 +25,6 @@
} }
}; };
$('[data-toggle="affix"]').each(function() { $('[data-toggle="affix"]').each(function() {
var ele = $(this), var ele = $(this),
...@@ -39,6 +38,6 @@ ...@@ -39,6 +38,6 @@
// init // init
toggleAffix(ele, $(window), wrapper); toggleAffix(ele, $(window), wrapper);
}); });
}; }
} }
})(jQuery, Drupal); })(jQuery, Drupal);
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment