Index: lams_central/web/comments/comments.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_central/web/comments/comments.jsp,v diff -u -r1.6.2.7 -r1.6.2.8 --- lams_central/web/comments/comments.jsp 27 Apr 2016 00:05:37 -0000 1.6.2.7 +++ lams_central/web/comments/comments.jsp 27 Apr 2016 03:17:14 -0000 1.6.2.8 @@ -34,14 +34,14 @@ scrollDoneCallback(); $('#sortMenu').change(function(){ - var url = "comments/viewTopic.do?pageSize=2&sessionMapID=${sessionMapID}&sticky=true&sortBy="+$(this).find("option:selected").attr('value'); + var url = "comments/viewTopic.do?sessionMapID=${sessionMapID}&sticky=true&sortBy="+$(this).find("option:selected").attr('value'); reloadDivs(url); }); }); function refreshComments(){ var reqIDVar = new Date(); - reloadDivs('comments/viewTopic.do?pageSize=2&sessionMapID=${sessionMapID}&sticky=true&reqUid='+reqIDVar.getTime()); + reloadDivs('comments/viewTopic.do?sessionMapID=${sessionMapID}&sticky=true&reqUid='+reqIDVar.getTime()); } function reloadDivs(url) {