From 68f9a19eb4ff8170cd1db97d76ba9fab0b31c641 Mon Sep 17 00:00:00 2001 From: Jon Thomas Date: Thu, 10 Apr 2014 20:46:41 -0500 Subject: [PATCH] Clean up fixed class I was wrong the first time. Apparently we do need to clean up the "fixed" class. That should do it. --- js/foundation/foundation.magellan.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/foundation/foundation.magellan.js b/js/foundation/foundation.magellan.js index 372bed4e7..1dceef6c9 100644 --- a/js/foundation/foundation.magellan.js +++ b/js/foundation/foundation.magellan.js @@ -98,7 +98,7 @@ expedition.css({position:'fixed', top: 0}).addClass('fixed'); } else { expedition.prev('[' + self.add_namespace('data-magellan-expedition-clone') + ']').remove(); - expedition.attr('style',''); + expedition.attr('style','').removeClass('fixed'); } }); }, -- 2.47.2