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

The following commit(s) were added to refs/heads/master by this push:
       new  c8ef9b1   only one return to mail index button
c8ef9b1 is described below

commit c8ef9b1e7f7cea9b3a973b049c9d62407491ea6b
Author: Sam Ruby <ru...@intertwingly.net>
AuthorDate: Tue Sep 20 16:46:00 2016 -0400

    only one return to mail index button
---
 www/secmail/public/tasklist.js | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/www/secmail/public/tasklist.js b/www/secmail/public/tasklist.js
index bcaecae..3520ebd 100644
--- a/www/secmail/public/tasklist.js
+++ b/www/secmail/public/tasklist.js
@@ -83,7 +83,8 @@ function nexttask(proceed) {
     } else {
       $('h1').removeClass('bg-info').addClass('bg-success').
         text('Processing Complete');
-      $('button').html('return to<br>mail index').prop('disabled', false);
+      $('button#process').html('return to<br>mail index').
+        prop('disabled', false);
       message = {status: 'complete'};
     }
 

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

Reply via email to