From c3f92100371ffe576074fd0cde7658f39cd1cf25 Mon Sep 17 00:00:00 2001 From: raylu Date: Sun, 10 Jul 2011 17:02:23 -0700 Subject: replace prettyPhoto with fancybox the close button 404s; see next commit for fix --- webroot/js/functions.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'webroot/js/functions.js') diff --git a/webroot/js/functions.js b/webroot/js/functions.js index 26c1146..510b0cf 100644 --- a/webroot/js/functions.js +++ b/webroot/js/functions.js @@ -1,8 +1,7 @@ jQuery(document).ready(function($) { var login = $("a[href='/login']"); login.attr('href', '#login'); - login.attr('title', ''); - login.prettyPhoto({deeplinking: false, social_tools: false}); + login.fancybox(); $('.tooltip').tipsy({fade: true}); $('.tooltip.north').tipsy({fade: true, gravity: 's'}); -- cgit v1.2.3