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/09/14 23:47:05 UTC

[whimsy] branch master updated: secmail Change (mail index) button to two lines

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  1b9d505   secmail   Change (mail index) button to two lines
       new  814bfad   Merge branch 'master' of github.com:apache/whimsy
1b9d505 is described below

commit 1b9d50549cd7040622a459f5eb3079ece13b57d1
Author: Craig L Russell <cr...@oracle.com>
AuthorDate: Wed Sep 14 16:46:03 2016 -0700

    secmail
      Change (mail index) button to two lines
---
 www/secmail/public/tasklist.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www/secmail/public/tasklist.js b/www/secmail/public/tasklist.js
index be7269a..e2ea23e 100644
--- a/www/secmail/public/tasklist.js
+++ b/www/secmail/public/tasklist.js
@@ -83,7 +83,7 @@ function nexttask(proceed) {
     } else {
       $('h1').removeClass('bg-info').addClass('bg-success').
         text('Processing Complete');
-      $('button').text('mail index').prop('disabled', false);
+      $('button').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" <co...@whimsical.apache.org>'].