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 43aa48b  one more special case
43aa48b is described below

commit 43aa48b6100ee1cd7b3dc78135e7f497560bf7dd
Author: Sam Ruby <[email protected]>
AuthorDate: Tue Oct 3 15:42:54 2017 -0400

    one more special case
---
 www/board/agenda/views/touch.js.rb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/www/board/agenda/views/touch.js.rb 
b/www/board/agenda/views/touch.js.rb
index b91a892..89ce963 100644
--- a/www/board/agenda/views/touch.js.rb
+++ b/www/board/agenda/views/touch.js.rb
@@ -56,6 +56,7 @@ class Touch
         path = history.state.path.sub(/[^\/]+\/?$/, '') || '.'
         path = "shepherd/#{Main.item.shepherd}" if path == 'shepherd/queue/'
         path = "flagged" if path == 'flagged/'
+        path = "queue" if path == 'queue/'
 
         Main.navigate path
       end

-- 
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].

Reply via email to