changing dl to figure on the commented-out fancybox call to match the latest changes to the gallery shortcode

This commit is contained in:
callmejeremiah
2011-03-31 13:50:17 -07:00
parent 827a5c41f8
commit b15f084601

View File

@@ -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();
});