[jboss-cvs] jboss-seam/examples/wiki/view/includes ...

Christian Bauer christian at hibernate.org
Thu Jan 10 19:09:18 EST 2008


  User: cbauer  
  Date: 08/01/10 19:09:18

  Modified:    examples/wiki/view/includes  wikiTextEditor.xhtml
  Log:
  Improved macro handling in documents and URL rendering
  
  Revision  Changes    Path
  1.12      +1 -1      jboss-seam/examples/wiki/view/includes/wikiTextEditor.xhtml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: wikiTextEditor.xhtml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/wiki/view/includes/wikiTextEditor.xhtml,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -b -r1.11 -r1.12
  --- wikiTextEditor.xhtml	30 Dec 2007 02:33:20 -0000	1.11
  +++ wikiTextEditor.xhtml	11 Jan 2008 00:09:18 -0000	1.12
  @@ -9,7 +9,7 @@
   <!-- TODO: Most of this Javascript could be made generic and not rendered for each and every
        text editor on the page (luckily we usually have just one)... -->
   
  -<script type="text/javascript" src="#{preferences.get('Wiki').baseUrl}/seam/resource/remoting/interface.js?wikiTextEditor"></script>
  +<script type="text/javascript" src="#{basePath}/seam/resource/remoting/interface.js?wikiTextEditor"></script>
   <script type="text/javascript">
       Seam.Remoting.getContext().setConversationId('#{conversation.id}');
   
  
  
  



More information about the jboss-cvs-commits mailing list