Index: ssts-web/src/main/webapp/disinfectsystem/touchScreen/recycle/awaitForRecycleList.jsp =================================================================== diff -u -r15981 -r15982 --- ssts-web/src/main/webapp/disinfectsystem/touchScreen/recycle/awaitForRecycleList.jsp (.../awaitForRecycleList.jsp) (revision 15981) +++ ssts-web/src/main/webapp/disinfectsystem/touchScreen/recycle/awaitForRecycleList.jsp (.../awaitForRecycleList.jsp) (revision 15982) @@ -230,6 +230,7 @@ } function recycleTheApplication(id,barcode){ + var rememberRecycleUser= CookieManager.getCookie("rememberRecycleUser"); location.href = "recycleForTouchScreen.jsp?resolution=${param.resolution}&recyclingApplicationId="+id+"&barcode="+barcode+"&rememberRecycleUser=" + rememberRecycleUser; }