Commit f85f1bd0 authored by Leo Iannacone's avatar Leo Iannacone

no stky in main

parent a8a51f69
......@@ -44,15 +44,6 @@ if (window.location.pathname == DISTRIBUTION_PAGE) {
$(window).on('load', function (){
__check_hash_has_sense()
Page_Distrubion.update(old_data)
$(window).scroll(function() {
var offset = $("#file").offset();
if ($(window).scrollTop() > offset.top + 220) {
$("#sticky").stop().addClass('fixed');
}
else {
$("#sticky").stop().removeClass('fixed');
}
});
});
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment