Skip to content
Snippets Groups Projects
Commit f017c83b authored by Jürgen Haas's avatar Jürgen Haas Committed by Alberto Siles
Browse files

Issue #3006673 by jurgenhaas, drupalfan2, Macronomicus: Affix effect with problems

parent bc0a44f1
No related branches found
No related tags found
No related merge requests found
......@@ -40,6 +40,7 @@ global-styling:
css/print.css: { media: print }
dependencies:
- core/jquery
- core/jquery.once
- core/drupal
affix:
......
......@@ -26,7 +26,7 @@
};
$('[data-toggle="affix"]').each(function() {
$('[data-toggle="affix"]').once().each(function() {
var ele = $(this),
wrapper = $('<div></div>');
......
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