File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -50,8 +50,8 @@ npm install bs-custom-file-input --save
5050
5151CDN | Link
5252------------ | -------------
53- unpkg | [ ` https://unpkg.com/ bs-custom-file-input ` ] ( https://unpkg.com/ bs-custom-file-input )
54- unpkg , minified | [ ` https://unpkg.com/ bs-custom-file-input/dist/bs-custom-file-input.min.js ` ] ( https://unpkg.com /bs-custom-file-input/dist/bs-custom-file-input.min.js )
53+ jsDelivr | [ ` https://cdn.jsdelivr.net/npm/ bs-custom-file-input/dist/bs-custom-file-input.js ` ] ( https://cdn.jsdelivr.net/npm/ bs-custom-file-input/dist/bs-custom-file-input.js )
54+ jsDelivr , minified | [ ` https://cdn.jsdelivr.net/npm/ bs-custom-file-input/dist/bs-custom-file-input.min.js ` ] ( https://cdn.jsdelivr.net/npm /bs-custom-file-input/dist/bs-custom-file-input.min.js )
5555
5656## How to use it
5757
Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ <h3>Example with label containing a child</h3>
7272 </ div >
7373 </ div >
7474
75- < script src ="https://unpkg.com /bs-custom-file-input/dist/bs-custom-file-input.min.js "> </ script >
75+ < script src ="https://cdn.jsdelivr.net/npm /bs-custom-file-input/dist/bs-custom-file-input.min.js "> </ script >
7676 < script >
7777 document . addEventListener ( 'DOMContentLoaded' , function ( ) {
7878 bsCustomFileInput . init ( )
You can’t perform that action at this time.
0 commit comments