We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent decc010 commit 259a884Copy full SHA for 259a884
1 file changed
www/pppwn/main.js
@@ -100,12 +100,10 @@ var appView = Backbone.View.extend({
100
version:this.inputVersion.val()
101
}
102
}).then(function(response){
103
- console.log(response);
104
if(response.output){
105
self.textareaOut.append(response.output+"\n");
106
107
}).catch(function(err){
108
- console.log(err);
109
self.textareaOut.append(err.responseJSON.output+"\n");
110
});
111
0 commit comments