diff --git a/js/scripts.js b/js/scripts.js index 4a887b8..71d4b86 100644 --- a/js/scripts.js +++ b/js/scripts.js @@ -1,10 +1,10 @@ -$(document).ready(function() { +jQuery(document).ready(function() { -// $('#cycle').cycle({ +// jQuery('#cycle').cycle({ // fx: 'fade' // }); -// $('figure.gallery-item a').attr('rel','gallery'); -// $('figure.gallery-item a[rel="gallery"]').fancybox(); +// jQuery('figure.gallery-item a').attr('rel','gallery'); +// jQuery('figure.gallery-item a[rel="gallery"]').fancybox(); -}); \ No newline at end of file +});