This is an automated email from the ASF dual-hosted git repository.
rubys 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 c1a50cd avoid reload when navigating to adjournment
c1a50cd is described below
commit c1a50cd1a059bf2829d7f51bbea132e366f1623c
Author: Sam Ruby <[email protected]>
AuthorDate: Sun Apr 1 13:43:44 2018 -0400
avoid reload when navigating to adjournment
---
www/board/agenda/views/pages/adjournment.js.rb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/www/board/agenda/views/pages/adjournment.js.rb
b/www/board/agenda/views/pages/adjournment.js.rb
index 69f9e4f..b7c3c24 100644
--- a/www/board/agenda/views/pages/adjournment.js.rb
+++ b/www/board/agenda/views/pages/adjournment.js.rb
@@ -324,6 +324,6 @@ class FeedbackReminder < Vue
end
_button.checklist.btn.btn_default 'Submit',
- onClick:-> {window.location.href = 'feedback'}
+ onClick:-> {Main.navigate 'feedback'}
end
end
--
To stop receiving notification emails like this one, please contact
[email protected].