diff options
author | raylu <raylu@mixpanel.com> | 2011-07-10 17:02:23 -0700 |
---|---|---|
committer | raylu <raylu@mixpanel.com> | 2011-07-10 17:02:23 -0700 |
commit | c3f92100371ffe576074fd0cde7658f39cd1cf25 (patch) | |
tree | ee58fbc423130a30c9c8cf7d162d8e703be43e78 /webroot/js/functions.js | |
parent | 7ff8ca57fec5bf7f8f4ada98fa8961ff2689a703 (diff) | |
download | otakuhub-c3f92100371ffe576074fd0cde7658f39cd1cf25.tar.xz |
replace prettyPhoto with fancybox
the close button 404s; see next commit for fix
Diffstat (limited to 'webroot/js/functions.js')
-rw-r--r-- | webroot/js/functions.js | 3 |
1 files changed, 1 insertions, 2 deletions
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'}); |