From 9b83baefe58bfde17729762d94c41ead5375df87 Mon Sep 17 00:00:00 2001 From: Lokesh Dhakar Date: Sat, 20 Apr 2019 16:57:09 -0700 Subject: [PATCH] Add aria-labels to prev and next images --- src/js/lightbox.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/js/lightbox.js b/src/js/lightbox.js index 7fdbf18f..f188a612 100644 --- a/src/js/lightbox.js +++ b/src/js/lightbox.js @@ -99,7 +99,7 @@ } var self = this; - $('
').appendTo($('body')); + $('
').appendTo($('body')); // Cache jQuery objects this.$lightbox = $('#lightbox');