浏览代码

Merging PR #300

Dante 9 年之前
父节点
当前提交
77c9a5b6e7
共有 3 个文件被更改,包括 3 次插入3 次删除
  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) {

文件差异内容过多而无法显示
+ 1 - 1
dist/js/bootstrap-dialog.min.js