From f3d68d8c177917efd2b127b869736aceb5f138ff Mon Sep 17 00:00:00 2001 From: Suwon Chae Date: Tue, 28 Apr 2015 23:42:57 +0900 Subject: [PATCH] fix: Workaround for pjax bug at 'my issues' page Yobi's 'my issues' page has a pjax bug related with BFCache. Commonly, there are two options to fix it. - When a user make a page back, reload the page - When a user make a page back, reload the page's javascripts This commit is using the second option. You can see more at https://developer.mozilla.org/en-US/docs/Using_Firefox_1.5_caching --- app/views/issue/my_list.scala.html | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/app/views/issue/my_list.scala.html b/app/views/issue/my_list.scala.html index 8913157dd..7a3be3fbb 100644 --- a/app/views/issue/my_list.scala.html +++ b/app/views/issue/my_list.scala.html @@ -37,10 +37,7 @@ }