Skip to content

Commit 9352287

Browse files
committed
Upgraded to release v1.7.0
1 parent 5de4da1 commit 9352287

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

CHANGE.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ version 1.7.0
33
Date: 02-Jul-2014
44

55
### Additions
6-
1. The plugin now offers an additional `overwriteInitial` option. This is by default set to `true`. This defaults to `true`, whereby,
7-
any `initialPreview` content set will be overwritten, when new file is uploaded or when files are cleared. Setting it to `false` will
8-
help displaying a saved image or file from database always - useful especially when using the `multiple` file upload feature.
6+
1. The plugin now offers an additional `overwriteInitial` option. This is by default set to `true`, whereby, any `initialPreview`
7+
content set will be overwritten, when new file is uploaded or when files are cleared. Setting it to `false` will help displaying
8+
a saved image or file from database always - useful especially when using the `multiple` file upload feature.
99

1010
version 1.6.0
1111
=============

examples/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ <h1>Bootstrap File Input Example</h1>
3535
<script>
3636
$("#file-1").fileinput({
3737
initialPreview: ["<img src='Desert.jpg' class='file-preview-image'>", "<img src='Jellyfish.jpg' class='file-preview-image'>"],
38-
overwriteInitial: false
38+
overwriteInitial: true
3939
});
4040
$("#file-3").fileinput({
4141
showCaption: false,

0 commit comments

Comments
 (0)