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

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

commit 0e0683e23c6e6d2663728e0594a4ded6e4d27426
Author: Sam Ruby <ru...@intertwingly.net>
AuthorDate: Mon Sep 19 05:57:31 2016 -0400

    unlock input if there was a parsing error
---
 www/secmail/views/tasklist.html.rb | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/www/secmail/views/tasklist.html.rb 
b/www/secmail/views/tasklist.html.rb
index a2eba2b..89e0227 100644
--- a/www/secmail/views/tasklist.html.rb
+++ b/www/secmail/views/tasklist.html.rb
@@ -6,6 +6,10 @@ _html do
     _h2.bg_danger @dryrun['exception']
     _pre @dryrun['backtrace'].join("\n")
 
+    _script %{
+      var message = {status: 'warning'}
+      window.parent.frames[0].postMessage(message, '*')
+    }
   else
 
     _h1.bg_warning 'Operations to be performed'

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

Reply via email to