|
@@ -110,7 +110,7 @@ Step 1: Load the following assets in your header.
|
|
|
<link href="http://netdna.bootstrapcdn.com/bootstrap/3.3.2/css/bootstrap.min.css" rel="stylesheet">
|
|
|
<link href="path/to/css/fileinput.min.css" media="all" rel="stylesheet" type="text/css" />
|
|
|
<script src="//ajax.googleapis.com/ajax/libs/jquery/2.0.0/jquery.min.js"></script>
|
|
|
-<link href="path/to/js/fileinput.min.js" media="all" rel="stylesheet" type="text/javascript" />
|
|
|
+<script src="path/to/js/fileinput.min.js"></script>
|
|
|
```
|
|
|
|
|
|
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`.
|