Javascript Problem

Permalink 1 user found helpful
I'm having a problem. Whenever I put the following into my header after
<?php  Loader::element('header_required'); ?>


I can't edit anything in c5. Any ideas?

<script type="text/javascript">
    $(document).ready(function() {
      /*
      var defaults = {
          containerID: 'moccaUItoTop', // fading element id
        containerHoverClass: 'moccaUIhover', // fading element hover class
        scrollSpeed: 1200,
        easingType: 'linear' 
       };
      */
      $().UItoTop({ easingType: 'easeOutQuart' });
    });
</script>

bryanlewis
 
bryanlewis replied on at Permalink Best Answer Reply
bryanlewis
Never mind I've figured it out.