I have this function:
function block_scroll(key){ if (key) { $(window).bind(\"scroll\", function(){ $(\'html, body\').animate({scrol
You need to:
unbind('scroll')
At the moment you are not specifying the event to unbind.