Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Grawl authored Jul 25, 2016
1 parent 2491f1a commit 889ee62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jquery-scrolltofixed.js
Original file line number Diff line number Diff line change
@@ -211,7 +211,7 @@
'margin-left' : ''
});

target.removeClass('scroll-to-fixed-fixed');
target.removeClass(base.options.baseClassName);

if (base.options.className) {
target.removeClass(base.options.className);

0 comments on commit 889ee62

Please sign in to comment.