diff --git a/src/js/core.js b/src/js/core.js index 998995ed..0ab50a5d 100644 --- a/src/js/core.js +++ b/src/js/core.js @@ -45,7 +45,7 @@ arrows: true, // Should display counter at the top left corner - infobar: true, + infobar: false, // Should display close button (using `btnTpl.smallBtn` template) over the content // Can be true, false, "auto" @@ -3422,4 +3422,4 @@ } }); })(); -})(window, document, jQuery); \ No newline at end of file +})(window, document, jQuery);