From b15f084601bc54e8e840c8281e05438f260c7e70 Mon Sep 17 00:00:00 2001 From: callmejeremiah Date: Thu, 31 Mar 2011 13:50:17 -0700 Subject: [PATCH] changing dl to figure on the commented-out fancybox call to match the latest changes to the gallery shortcode --- js/scripts.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/js/scripts.js b/js/scripts.js index b02833b..9d0f5f6 100644 --- a/js/scripts.js +++ b/js/scripts.js @@ -4,7 +4,7 @@ $(document).ready(function() { // fx: "fade" // }); -// $("dl.gallery-item a").attr("rel","gallery"); -// $("dl.gallery-item a[rel='gallery']").fancybox(); +// $("figure.gallery-item a").attr("rel","gallery"); +// $("figure.gallery-item a[rel='gallery']").fancybox(); }); \ No newline at end of file