Skip to content

Commit 77c9a5b

Browse files
committed
Merging PR #300
1 parent 31a55c7 commit 77c9a5b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

changelog.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
LASTEST NOT RELEASED
22
------------------------------
3-
NONE
3+
* Merged PR #300 *
44

55
V1.35.3
66
------------------------------

dist/js/bootstrap-dialog.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -776,7 +776,7 @@
776776
createCloseButton: function () {
777777
var $container = $('<div></div>');
778778
$container.addClass(this.getNamespace('close-button'));
779-
var $icon = $('<button class="close"></button>');
779+
var $icon = $('<button class="close" aria-label="close"></button>');
780780
$icon.append(this.options.closeIcon);
781781
$container.append($icon);
782782
$container.on('click', {dialog: this}, function (event) {

0 commit comments

Comments
 (0)