소스 검색

Fix #1091: Set default button type for close button markup template

Kartik Visweswaran 7 년 전
부모
커밋
7fc71ffba7
3개의 변경된 파일3개의 추가작업 그리고 4263개의 파일을 삭제
  1. 2 1
      CHANGE.md
  2. 1 1
      js/fileinput.js
  3. 0 4261
      js/fileinput.min.js

+ 2 - 1
CHANGE.md

@@ -3,8 +3,9 @@ Change Log: `bootstrap-fileinput`
 
 ## version 4.4.5 (_under development_)
 
-**Date:** 24-Sep-2017
+**Date:** 29-Sep-2017
 
+- (enh #1091): Set default button type for close button markup template.
 - (enh #1090): Auto detect intelligently the preview type based on file content.
 - (enh #1087): Enhance SCSS/SASS styling configurations.
 - (enh #1086): New placeholder property and various caption rendering enhancements.

+ 1 - 1
js/fileinput.js

@@ -4166,7 +4166,7 @@
         elPreviewImage: null,
         elPreviewStatus: null,
         elErrorContainer: null,
-        errorCloseButton: '<button class="close kv-error-close">&times;</button>',
+        errorCloseButton: '<button type="button" class="close kv-error-close">&times;</button>',
         slugCallback: null,
         dropZoneEnabled: true,
         dropZoneTitleClass: 'file-drop-zone-title',

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 4261
js/fileinput.min.js


이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.