You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@taverna.apache.org by br...@apache.org on 2015/03/20 15:15:22 UTC

svn commit: r1668025 - /incubator/taverna/site/trunk/content/download/code/test.md

Author: brenninc
Date: Fri Mar 20 14:15:21 2015
New Revision: 1668025

URL: http://svn.apache.org/r1668025
Log:
jquery 2

Modified:
    incubator/taverna/site/trunk/content/download/code/test.md

Modified: incubator/taverna/site/trunk/content/download/code/test.md
URL: http://svn.apache.org/viewvc/incubator/taverna/site/trunk/content/download/code/test.md?rev=1668025&r1=1668024&r2=1668025&view=diff
==============================================================================
--- incubator/taverna/site/trunk/content/download/code/test.md (original)
+++ incubator/taverna/site/trunk/content/download/code/test.md Fri Mar 20 14:15:21 2015
@@ -37,6 +37,7 @@ function check() {
       }
    }
 }
+$( document ).ready( check );
 </script>
 Apache Taverna's source code is hosted at [git.apache.org](http://git.apache.org/), with read-only mirroring to 
 [GitHub](https://github.com/apache/?query=taverna-).
@@ -64,7 +65,6 @@ Using GitHub you are free to *fork* the
 
 ## Source code repositories
 
-The <strong>Apache Taverna</strong> source code is organized into multiple [git](http://www.git-scm.com/) repositories:
 
 <select id="picker" onChange='check()'>
   <option value="Apache Committer">Apache Committer</option>
@@ -73,6 +73,8 @@ The <strong>Apache Taverna</strong> sour
 </select>
 Click on the textbox and copy the value.
 
+The <strong>Apache Taverna</strong> source code is organized into multiple [git](http://www.git-scm.com/) repositories:
+
 <table class="table table-hover">
 <tr>
   <td><a href="https://github.com/apache/incubator-taverna-maven-parent">incubator-taverna-maven-parent</a></td>
@@ -308,7 +310,7 @@ Some plugins that were previously part o
 * RShell activity
 * [Table activity](https://github.com/taverna-extras/table-activity)
 
-$( document ).ready( check );
+