You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@whimsical.apache.org by ru...@apache.org on 2016/09/23 15:22:31 UTC

[whimsy] branch master updated: remove cancel button when operation completes successfully

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  69ada70   remove cancel button when operation completes successfully
69ada70 is described below

commit 69ada705a0cf23fac61aaa2f2ea4a5fcb936367c
Author: Sam Ruby <ru...@intertwingly.net>
AuthorDate: Fri Sep 23 11:22:07 2016 -0400

    remove cancel button when operation completes successfully
---
 www/secmail/public/tasklist.js | 1 +
 1 file changed, 1 insertion(+)

diff --git a/www/secmail/public/tasklist.js b/www/secmail/public/tasklist.js
index 40dd6fd..f420db5 100644
--- a/www/secmail/public/tasklist.js
+++ b/www/secmail/public/tasklist.js
@@ -83,6 +83,7 @@ function nexttask(proceed) {
     } else {
       $('h1').removeClass('bg-info').addClass('bg-success').
         text('Processing Complete');
+      $('button#cancel').remove();
       $('button#proceed').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>'].