diff --git a/package.json b/package.json index f062b136..7a9ffc49 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "c9", "description": "New Cloud9 Client", - "version": "3.1.2593", + "version": "3.1.2607", "author": "Ajax.org B.V. ", "private": true, "main": "bin/c9", @@ -30,7 +30,7 @@ "netutil": "~0.0.2", "optimist": "~0.6.0", "qs": "0.6.6", - "rusha": "~0.7.2", + "rusha": "^0.8.3", "send": "~0.1.4", "simple-mime": "~0.0.8", "tern": "git://github.com/cloud9ide/tern.git#39015d544d4c00c7899fea4c95c2e5bc2720e68e", diff --git a/plugins/c9.error/views/error.html.ejs b/plugins/c9.error/views/error.html.ejs index b686bbec..9b66e689 100644 --- a/plugins/c9.error/views/error.html.ejs +++ b/plugins/c9.error/views/error.html.ejs @@ -8,11 +8,13 @@

<%=title%>

<%=statusCode%> - <%=scope%> <%=error%>

-

- This error has been logged. We will - investigate this further and will prevent this from happening in the - future. If this error persists please don't hesitate to contact support. -

+ <% if (statusCode != 403) { %> +

+ This error has been logged. We will + investigate this further and will prevent this from happening in the + future. If this error persists please don't hesitate to contact support. +

+ <% } %> <% if (showStackTrace) { %>