From: Lucjan Suski Date: Wed, 3 Feb 2016 12:20:31 +0000 (+0100) Subject: Fix obvious typo causing styles not to be saved X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F8066%2Fhead;p=thirdparty%2Ffoundation%2Ffoundation-sites.git Fix obvious typo causing styles not to be saved --- diff --git a/js/foundation/foundation.magellan.js b/js/foundation/foundation.magellan.js index c2d4ce994..caff83822 100644 --- a/js/foundation/foundation.magellan.js +++ b/js/foundation/foundation.magellan.js @@ -80,7 +80,7 @@ $('[' + this.attr_name() + '=fixed]', self.scope).each(function (idx, el) { var expedition = $(this), settings = expedition.data('magellan-expedition-init'), - styles = expedition.attr('styles'), // save styles + styles = expedition.attr('style'), // save styles top_offset, fixed_top; expedition.attr('style', '');