You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@chemistry.apache.org by je...@apache.org on 2012/04/19 20:13:46 UTC

svn commit: r1328062 - /chemistry/playground/chemistry-opencmis-javascript-client/src/main/webapp/index.html

Author: jens
Date: Thu Apr 19 18:13:45 2012
New Revision: 1328062

URL: http://svn.apache.org/viewvc?rev=1328062&view=rev
Log:
check session weh doing a query in demo app

Modified:
    chemistry/playground/chemistry-opencmis-javascript-client/src/main/webapp/index.html

Modified: chemistry/playground/chemistry-opencmis-javascript-client/src/main/webapp/index.html
URL: http://svn.apache.org/viewvc/chemistry/playground/chemistry-opencmis-javascript-client/src/main/webapp/index.html?rev=1328062&r1=1328061&r2=1328062&view=diff
==============================================================================
--- chemistry/playground/chemistry-opencmis-javascript-client/src/main/webapp/index.html (original)
+++ chemistry/playground/chemistry-opencmis-javascript-client/src/main/webapp/index.html Thu Apr 19 18:13:45 2012
@@ -531,6 +531,7 @@
         });
 
         $('#doquery').click(function() {
+            checkSession("#doquerysection");
             session.opCtx.maxItems = 10; // set paging size to 10
             session.deletePagingContext("doquery");
             doQueryWithOffset();