fix donotprintme printed by print()
authorScott Baker <smbaker@gmail.com>
Fri, 20 Jun 2014 07:09:00 +0000 (00:09 -0700)
committerScott Baker <smbaker@gmail.com>
Fri, 20 Jun 2014 07:09:00 +0000 (00:09 -0700)
planetstack/core/static/shell/opencloud_shell.js

index 9091353..b08dbfa 100644 (file)
@@ -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("<p class='response'></p>");
     }
     else {