Skip to content

Commit

Permalink
changed: small change in demo configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
fnagel committed Jun 24, 2012
1 parent 1b2ecc5 commit 52c9654
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Lightbox/index.html
Expand Up @@ -27,7 +27,8 @@
return $(this).find("img").attr("alt");
},
useDimmer: false,
pos: "offset"
pos: "offset",
em: false
});
$("#closelink1").click(function (event) {
lightbox1.ariaLightbox('close');
Expand All @@ -54,8 +55,7 @@
},
titleText: function() {
return "Picture Gallery";
},
em: false
}
});
$("#destroylink2").click(function (event) {
lightbox2.ariaLightbox('destroy');
Expand Down

0 comments on commit 52c9654

Please sign in to comment.