You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@whimsical.apache.org by cl...@apache.org on 2016/08/24 15:46:20 UTC

[whimsy] branch master updated: Allow removal of dangerous spam

This is an automated email from the ASF dual-hosted git repository.

clr pushed a commit to branch master
in repository https://git-dual.apache.org/repos/asf/whimsy.git

The following commit(s) were added to refs/heads/master by this push:
       new  fcf6f42   Allow removal of dangerous spam
fcf6f42 is described below

commit fcf6f4211a9eec59367ec01afb74dbed24f23768
Author: Craig L Russell <cr...@oracle.com>
AuthorDate: Wed Aug 24 08:46:10 2016 -0700

    Allow removal of dangerous spam
---
 www/secretary/workbench/file.cgi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www/secretary/workbench/file.cgi b/www/secretary/workbench/file.cgi
index f34a6ba..f880e71 100755
--- a/www/secretary/workbench/file.cgi
+++ b/www/secretary/workbench/file.cgi
@@ -435,7 +435,7 @@ _html do
   _head_ do
     _title 'File Document'
 
-    if ! %w{check update commit view}.include?(@action.to_s.downcase)
+    if ! %w{check update commit view danger}.include?(@action.to_s.downcase)
       _script 'parent.frames[0].location.reload()'
     end
 

-- 
To stop receiving notification emails like this one, please contact
['"commits@whimsical.apache.org" <co...@whimsical.apache.org>'].