Dante 9 years ago
parent
commit
77c9a5b6e7
3 changed files with 3 additions and 3 deletions
  1. 1 1
      changelog.txt
  2. 1 1
      dist/js/bootstrap-dialog.js
  3. 1 1
      dist/js/bootstrap-dialog.min.js

+ 1 - 1
changelog.txt

@@ -1,6 +1,6 @@
 LASTEST NOT RELEASED
 ------------------------------
-NONE
+* Merged PR #300 *
 
 V1.35.3
 ------------------------------

+ 1 - 1
dist/js/bootstrap-dialog.js

@@ -776,7 +776,7 @@
         createCloseButton: function () {
             var $container = $('<div></div>');
             $container.addClass(this.getNamespace('close-button'));
-            var $icon = $('<button class="close"></button>');
+            var $icon = $('<button class="close" aria-label="close"></button>');
             $icon.append(this.options.closeIcon);
             $container.append($icon);
             $container.on('click', {dialog: this}, function (event) {

File diff suppressed because it is too large
+ 1 - 1
dist/js/bootstrap-dialog.min.js