Merge branch 'hotfix-2.1.25'

pull/195/head
iglocska 2013-10-07 11:01:49 +02:00
commit 7e8600e250
1 changed files with 5 additions and 0 deletions

View File

@ -70,5 +70,10 @@
echo $this->Html->script('main');
?>
</div>
<script type="text/javascript">
$(window).scroll(function(e) {
$('.actions').css('left',-$(window).scrollLeft());
});
</script>
</body>
</html>