You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ctakes.apache.org by bu...@apache.org on 2015/03/10 18:33:08 UTC

svn commit: r943215 - in /websites/staging/ctakes/trunk: cgi-bin/ content/ content/people.html

Author: buildbot
Date: Tue Mar 10 17:33:08 2015
New Revision: 943215

Log:
Staging update by buildbot for ctakes

Modified:
    websites/staging/ctakes/trunk/cgi-bin/   (props changed)
    websites/staging/ctakes/trunk/content/   (props changed)
    websites/staging/ctakes/trunk/content/people.html

Propchange: websites/staging/ctakes/trunk/cgi-bin/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Tue Mar 10 17:33:08 2015
@@ -1 +1 @@
-1665621
+1665629

Propchange: websites/staging/ctakes/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Tue Mar 10 17:33:08 2015
@@ -1 +1 @@
-1665621
+1665629

Modified: websites/staging/ctakes/trunk/content/people.html
==============================================================================
--- websites/staging/ctakes/trunk/content/people.html (original)
+++ websites/staging/ctakes/trunk/content/people.html Tue Mar 10 17:33:08 2015
@@ -169,7 +169,7 @@
 <!-- show enlarged image -->
 
 <script type="text/javascript">
-
+$(document).ready( function() {
    $.getJSON( "https://projects-new.apache.org/json/foundation/committers.json",
       function( data ) {
          var persons = [];
@@ -180,7 +180,7 @@
          persons.push( "</ul>" );
          $( "#people-names" ).append( persons.join( "" ) );
       });
-
+});
 </script>
 <!--- END MAIN CONTENT -->