Skip to content

Commit

Permalink
fix terminal close bug
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmy201602 committed Dec 4, 2017
1 parent dee0091 commit eb6679b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions templates/webterminal/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -128,8 +128,6 @@

if (data['status']){
toastr["success"](data['message']);
}else{
toastr["error"](data['message']);
}
},
failure: function (errMsg) {
Expand Down Expand Up @@ -300,8 +298,6 @@

if (data['status']){
toastr["success"](data['message']);
}else{
toastr["error"](data['message']);
}
},
failure: function (errMsg) {
Expand Down

0 comments on commit eb6679b

Please sign in to comment.