File tree 2 files changed +3
-2
lines changed
2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ version 4.1.7
15
15
- ` progressClass ` : styling for progress bar when upload is in process
16
16
- ` progressCompleteClass ` : styling for progress bar when upload is complete
17
17
9 . (bug #159 ): Ensure filestack is passed correctly with ` outData ` for events.
18
+ 10 . (bug #160 ): Correct documentation typo for usage.
18
19
19
20
version 4.1.6
20
21
=============
Original file line number Diff line number Diff line change @@ -108,10 +108,10 @@ You can also manually install the plugin easily to your project. Just download t
108
108
Step 1: Load the following assets in your header.
109
109
110
110
``` html
111
- <link href =" http://netdna.bootstrapcdn.com/bootstrap/3.3.1 /css/bootstrap.min.css" rel =" stylesheet" >
111
+ <link href =" http://netdna.bootstrapcdn.com/bootstrap/3.3.2 /css/bootstrap.min.css" rel =" stylesheet" >
112
112
<link href =" path/to/css/fileinput.min.css" media =" all" rel =" stylesheet" type =" text/css" />
113
113
<script src =" //ajax.googleapis.com/ajax/libs/jquery/2.0.0/jquery.min.js" ></script >
114
- <script src = " http://netdna.bootstrapcdn.com/bootstrap/3.3.1/ js/bootstrap .min.js" type =" text/javascript" ></ script >
114
+ <link href = " path/to/ js/fileinput .min.js" media = " all " rel = " stylesheet " type =" text/javascript" / >
115
115
```
116
116
117
117
If you noticed, you need to load the ` jquery.min.js ` and ` bootstrap.min.css ` in addition to the ` fileinput.min.css ` and ` fileinput.min.js ` .
You can’t perform that action at this time.
0 commit comments