You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by st...@apache.org on 2003/06/17 19:24:07 UTC

cvs commit: cocoon-2.1/src/blocks/linotype/samples flow.js

stefano     2003/06/17 10:24:06

  Modified:    src/blocks/linotype/samples flow.js
  Log:
  fixed typo.
  
  CS: ----------------------------------------------------------------------
  
  Revision  Changes    Path
  1.2       +1 -1      cocoon-2.1/src/blocks/linotype/samples/flow.js
  
  Index: flow.js
  ===================================================================
  RCS file: /home/cvs/cocoon-2.1/src/blocks/linotype/samples/flow.js,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- flow.js	17 Jun 2003 01:32:44 -0000	1.1
  +++ flow.js	17 Jun 2003 17:24:05 -0000	1.2
  @@ -112,7 +112,7 @@
   	    			innerHTML : cocoon.request.getParameter("innerHTML") 
   	    		}
   	    	);
  -	        var action = cocoon.request.getParameter("action"); d
  +	        var action = cocoon.request.getParameter("action");
   	       	if (action == "delete") {
   	        	repo.remove(document);
   	        	break;