File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 15
15
/>
16
16
17
17
<!-- Replace with your path -->
18
- < link rel ="stylesheet " href ="/dist/css/formValidation .min.css " />
18
+ < link rel ="stylesheet " href ="/vendors/@form-validation/umd/styles/index .min.css " />
19
19
</ head >
20
20
< body >
21
21
< form id ="demoForm " method ="POST " action ="defaultSubmit.php ">
87
87
< script src ="https://cdnjs.cloudflare.com/ajax/libs/es6-shim/0.35.3/es6-shim.min.js "> </ script >
88
88
89
89
<!-- Replace with your path -->
90
- < script src ="/dist/js/FormValidation .js "> </ script >
91
- < script src ="/dist/js/plugins/Bootstrap .js "> </ script >
90
+ < script src ="/vendors/@form-validation/umd/bundle/popular.min .js "> </ script >
91
+ < script src ="/vendors/@form-validation/umd/plugin-bootstrap/index.min .js "> </ script >
92
92
93
93
< script >
94
94
document . addEventListener ( 'DOMContentLoaded' , function ( e ) {
Original file line number Diff line number Diff line change 15
15
/>
16
16
17
17
<!-- Replace with your path -->
18
- < link rel ="stylesheet " href ="/dist/css/formValidation .min.css " />
18
+ < link rel ="stylesheet " href ="/vendors/@form-validation/umd/styles/index .min.css " />
19
19
</ head >
20
20
< body >
21
21
< form id ="demoForm " method ="POST " action ="defaultSubmit.php ">
87
87
< script src ="https://cdnjs.cloudflare.com/ajax/libs/es6-shim/0.35.3/es6-shim.min.js "> </ script >
88
88
89
89
<!-- Replace with your path -->
90
- < script src ="/dist/js/FormValidation .js "> </ script >
91
- < script src ="/dist/js/plugins/Bootstrap .js "> </ script >
90
+ < script src ="/vendors/@form-validation/umd/bundle/popular.min .js "> </ script >
91
+ < script src ="/vendors/@form-validation/umd/plugin-bootstrap/index.min .js "> </ script >
92
92
93
93
< script >
94
94
document . addEventListener ( 'DOMContentLoaded' , function ( e ) {
You can’t perform that action at this time.
0 commit comments