You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@whimsical.apache.org by se...@apache.org on 2022/05/21 10:16:29 UTC

[whimsy] branch master updated: URL does not exist

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

sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/whimsy.git


The following commit(s) were added to refs/heads/master by this push:
     new 4ce1bfa0 URL does not exist
4ce1bfa0 is described below

commit 4ce1bfa0c3050f05fb9519f7d66ae3c78b03ccb6
Author: Sebb <se...@apache.org>
AuthorDate: Sat May 21 11:16:23 2022 +0100

    URL does not exist
---
 www/board/agenda/views/buttons/publish-minutes.js.rb | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/www/board/agenda/views/buttons/publish-minutes.js.rb b/www/board/agenda/views/buttons/publish-minutes.js.rb
index 439d5a02..9946915c 100644
--- a/www/board/agenda/views/buttons/publish-minutes.js.rb
+++ b/www/board/agenda/views/buttons/publish-minutes.js.rb
@@ -98,7 +98,8 @@ class PublishMinutes < Vue
       Server.drafts = drafts
       jQuery('#publish-minutes-form').modal(:hide)
       document.body.classList.remove('modal-open')
-      window.open('https://cms.apache.org/www/publish', '_blank').focus()
+      # No longer exists
+      # window.open('https://cms.apache.org/www/publish', '_blank').focus()
     end
   end
 end