diff --git a/src/js/lightbox.js b/src/js/lightbox.js index b6ee9a8d..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');