File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 8
8
9
9
< script type ="text/javascript " src ="socket.io/socket.io.js "> </ script >
10
10
< script type ="text/javascript " src ="//cdnjs.cloudflare.com/ajax/libs/core-js/2.1.4/core.min.js "> </ script >
11
- < script type ="text/javascript " src ="//npmcdn .com/feathers-client@^1.0.0/dist/feathers.js "> </ script >
11
+ < script type ="text/javascript " src ="//unpkg .com/feathers-client@^1.0.0/dist/feathers.js "> </ script >
12
12
< script type ="text/javascript ">
13
13
// feathers client initialization
14
14
var socket = io ( 'http://localhost:3030' ) ;
Original file line number Diff line number Diff line change @@ -99,7 +99,7 @@ Or we can implement a very basic frontend with `feathers-client` and `jQuery`:
99
99
<title >Feathersjs File Upload</title >
100
100
<script src =" https://code.jquery.com/jquery-2.2.3.min.js" integrity =" sha256-a23g1Nt4dtEYOj7bR+vTu7+T8VP13humZFBJNIYoEJo=" crossorigin =" anonymous" ></script >
101
101
<script type =" text/javascript" src =" //cdnjs.cloudflare.com/ajax/libs/core-js/2.1.4/core.min.js" ></script >
102
- <script type =" text/javascript" src =" //npmcdn .com/feathers-client@^1.0.0/dist/feathers.js" ></script >
102
+ <script type =" text/javascript" src =" //unpkg .com/feathers-client@^1.0.0/dist/feathers.js" ></script >
103
103
<script type =" text/javascript" >
104
104
// feathers client initialization
105
105
const rest = feathers .rest (' http://localhost:3030' );
@@ -252,7 +252,7 @@ Here is an example using dropzone:
252
252
253
253
<script type =" text/javascript" src =" socket.io/socket.io.js" ></script >
254
254
<script type =" text/javascript" src =" //cdnjs.cloudflare.com/ajax/libs/core-js/2.1.4/core.min.js" ></script >
255
- <script type =" text/javascript" src =" //npmcdn .com/feathers-client@^1.0.0/dist/feathers.js" ></script >
255
+ <script type =" text/javascript" src =" //unpkg .com/feathers-client@^1.0.0/dist/feathers.js" ></script >
256
256
<script type =" text/javascript" >
257
257
// feathers client initialization
258
258
var socket = io (' http://localhost:3030' );
Original file line number Diff line number Diff line change 4
4
< title > Feathersjs File Upload</ title >
5
5
< script src ="https://code.jquery.com/jquery-2.2.3.min.js " integrity ="sha256-a23g1Nt4dtEYOj7bR+vTu7+T8VP13humZFBJNIYoEJo= " crossorigin ="anonymous "> </ script >
6
6
< script type ="text/javascript " src ="//cdnjs.cloudflare.com/ajax/libs/core-js/2.1.4/core.min.js "> </ script >
7
- < script type ="text/javascript " src ="//npmcdn .com/feathers-client@^1.0.0/dist/feathers.js "> </ script >
7
+ < script type ="text/javascript " src ="//unpkg .com/feathers-client@^1.0.0/dist/feathers.js "> </ script >
8
8
< script type ="text/javascript ">
9
9
// feathers client initialization
10
10
const rest = feathers . rest ( 'http://localhost:3030' ) ;
You can’t perform that action at this time.
0 commit comments