From eb6679b58ab7898a0dde39f167021079239d8576 Mon Sep 17 00:00:00 2001 From: Jimmy Date: Mon, 4 Dec 2017 17:44:07 +0800 Subject: [PATCH] fix terminal close bug --- templates/webterminal/index.html | 4 ---- 1 file changed, 4 deletions(-) diff --git a/templates/webterminal/index.html b/templates/webterminal/index.html index d1b505f4..d4598db5 100644 --- a/templates/webterminal/index.html +++ b/templates/webterminal/index.html @@ -128,8 +128,6 @@ if (data['status']){ toastr["success"](data['message']); - }else{ - toastr["error"](data['message']); } }, failure: function (errMsg) { @@ -300,8 +298,6 @@ if (data['status']){ toastr["success"](data['message']); - }else{ - toastr["error"](data['message']); } }, failure: function (errMsg) {