Disable the fixed context bar if the content is already to big

This commit is contained in:
Thomas Keller 2011-06-12 17:59:43 +02:00
parent 69d0e8313a
commit d4fe88adab

View File

@ -98,6 +98,7 @@ $(document).ready(function(){
$('div#context').offset().top + $('div#context').height() <
$(window).height();
});
$(window).resize();
});
//]]>{/literal}
</script>{/if}