From: Scott Baker Date: Fri, 20 Jun 2014 07:09:00 +0000 (-0700) Subject: fix donotprintme printed by print() X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=2698e6a728ef8040f4fdf605a6892e79a2e76b12;p=plstackapi.git fix donotprintme printed by print() --- diff --git a/planetstack/core/static/shell/opencloud_shell.js b/planetstack/core/static/shell/opencloud_shell.js index 9091353..b08dbfa 100644 --- a/planetstack/core/static/shell/opencloud_shell.js +++ b/planetstack/core/static/shell/opencloud_shell.js @@ -95,7 +95,7 @@ ReadLine.prototype = { }, insertResponse: function(response) { - if((response.length < 1) || (response=='"donotprintme"')) { + if((response.length < 1) || (response=='"donotprintme"') || (response=='donotprintme')) { this.activeLine.parent().append("

"); } else {