Skip to content

Commit

Permalink
v3.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ashleydw committed May 23, 2014
1 parent a4d6354 commit d9a06f8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions dist/ekko-lightbox.js
Original file line number Diff line number Diff line change
Expand Up @@ -196,11 +196,10 @@ License: https://github.com/ashleydw/lightbox/blob/master/LICENSE
var caption, footer, header, title;
header = this.modal_content.find('.modal-header');
footer = this.modal_content.find('.modal-footer');
title = this.$element.data('title') || " ";
title = this.$element.data('title') || "";
caption = this.$element.data('footer') || "";
header.css('display', '').find('.modal-title').html(title);
if (title || this.options.always_show_close) {
header.css('display', '');
header.css('display', '').find('.modal-title').html(title || " ");
} else {
header.css('display', 'none');
}
Expand Down
2 changes: 1 addition & 1 deletion dist/ekko-lightbox.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit d9a06f8

Please sign in to comment.