diff src/main/webapp/pages/search.jsp @ 44:89d1076df1c3

minor bug fixed
author Zoe Hong <zhong@mpiwg-berlin.mpg.de>
date Mon, 28 Dec 2015 11:48:38 +0100
parents 9dbbbfd474f4
children a00efd5d9e77
line wrap: on
line diff
--- a/src/main/webapp/pages/search.jsp	Wed Dec 23 16:03:32 2015 +0100
+++ b/src/main/webapp/pages/search.jsp	Mon Dec 28 11:48:38 2015 +0100
@@ -19,7 +19,8 @@
 		
 			$("#addAllSectionsToTopic").click(function() {
 				
-				var r = confirm("Add "+ '<%= sessionBean.getSearchPage().getFilteredSectionList().size() %>' + " sections to a topic?");
+					
+				var r = confirm("Add all sections to a topic?");
 				if (r == true) {
 				    console.log("addAllSectionsToTopic");