File tree 2 files changed +1
-3
lines changed
2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change 38
38
"postinstall" : " node ./node_modules/vscode/bin/install"
39
39
},
40
40
"dependencies" : {
41
- "connect-livereload" : " ^0.5.4" ,
42
41
"csserror" : " ^2.0.2" ,
43
- "easy-livereload" : " ^1.2.0" ,
44
42
"express" : " ^4.14.0" ,
45
43
"gaze" : " ^1.1.1" ,
46
44
"less" : " ^2.7.1" ,
Original file line number Diff line number Diff line change 103
103
$ . post ( '/api/update' , function ( result ) {
104
104
console . log ( '/api/update result:' ) ;
105
105
console . log ( result ) ;
106
- updateElement ( model . POST , type . SUCCESS , 'Register User Tom ' + ( result . code === 100 ? 'success' : 'failed' ) ) ;
106
+ updateElement ( model . POST , type . SUCCESS , 'Register User Tom ' + ( result . code === 200 ? 'success' : 'failed' ) ) ;
107
107
} )
108
108
. fail ( function ( ) {
109
109
updateElement ( model . POST , type . FAILURE , 'HTTP-POST is failure' ) ;
You can’t perform that action at this time.
0 commit comments