|
|
|
@@ -35,13 +35,15 @@ $(document).ready(function() { |
|
|
|
changeDelivery(fp); |
|
|
|
} |
|
|
|
|
|
|
|
var sticky = $(".thumbnail-container"), |
|
|
|
parentContainer = sticky.parents(".aku-cms-factory-element"), |
|
|
|
stickyTop = sticky.offset().top; |
|
|
|
tagBar(sticky, parentContainer, stickyTop); |
|
|
|
$(window).on('resize scroll', function() { |
|
|
|
var sticky = $(".thumbnail-container"); |
|
|
|
if (sticky.length) { |
|
|
|
var parentContainer = sticky.parents(".aku-cms-factory-element"), |
|
|
|
stickyTop = sticky.offset().top; |
|
|
|
tagBar(sticky, parentContainer, stickyTop); |
|
|
|
}); |
|
|
|
$(window).on('resize scroll', function () { |
|
|
|
tagBar(sticky, parentContainer, stickyTop); |
|
|
|
}); |
|
|
|
} |
|
|
|
}); |
|
|
|
|
|
|
|
function manipulateDateInputValue() { |
|
|
|
|