From bb577243f0b467fd718f31959b5afd8d9d9eeae5 Mon Sep 17 00:00:00 2001 From: raylu Date: Sun, 3 Jul 2011 20:50:43 -0700 Subject: remove lightbox since it is unused --- webroot/js/functions.js | 17 ----------------- 1 file changed, 17 deletions(-) (limited to 'webroot/js/functions.js') diff --git a/webroot/js/functions.js b/webroot/js/functions.js index be9a9bb..35e90c1 100644 --- a/webroot/js/functions.js +++ b/webroot/js/functions.js @@ -5,35 +5,18 @@ jQuery(document).ready(function($) { Cufon.replace('h3,h4,h5,.process,#tagline '); - //Portfolio Hover Effect $('.portfolio-small li img, .portfolio-list li img').hover(function() { - $(this).children('a').show(); $('.portfolio-small li img, .portfolio-list li img').stop().animate({ opacity: .5 }, 300); $(this).stop().css('opacity', 1); - }, function() { $('.portfolio-small li img, .portfolio-list li img').stop().animate({ opacity: 1 }, 300); - }); //Homepage Screenshot Scroll $(".scrollable").scrollable(); - -//LightBox Setup - $('.portfolio-small a, .portfolio-list a').lightBox({ - fixedNavigation:true, - overlayOpacity: 0.8, - imageLoading: 'img/lightbox/lightbox-ico-loading.gif', - imageBtnClose: 'img/lightbox/lightbox-btn-close.gif', - imageBtnPrev: 'img/lightbox/lightbox-btn-prev.gif', - imageBtnNext: 'img/lightbox/lightbox-btn-next.gif', - imageBlank: 'img/lightbox/lightbox-blank.gif' - - }); - // Tipsy Tooltips $('.tooltip').tipsy({fade: true}); $('.tooltip.north').tipsy({fade: true, gravity: 's'}); -- cgit v1.2.3