You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by jz...@apache.org on 2014/08/04 22:47:56 UTC

svn commit: r1615785 - /openoffice/ooo-site/trunk/content/scripts/sorttable.js

Author: jza
Date: Mon Aug  4 20:47:55 2014
New Revision: 1615785

URL: http://svn.apache.org/r1615785
Log:
adding the comment on where is this javascript is being used for reference.

Modified:
    openoffice/ooo-site/trunk/content/scripts/sorttable.js

Modified: openoffice/ooo-site/trunk/content/scripts/sorttable.js
URL: http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/scripts/sorttable.js?rev=1615785&r1=1615784&r2=1615785&view=diff
==============================================================================
--- openoffice/ooo-site/trunk/content/scripts/sorttable.js (original)
+++ openoffice/ooo-site/trunk/content/scripts/sorttable.js Mon Aug  4 20:47:55 2014
@@ -13,7 +13,10 @@
   Thanks to many, many people for contributions and suggestions.
   Licenced as X11: http://www.kryogenix.org/code/browser/licence.html
   This basically means: do what you want with it.
-*/
+
+  This script is used on the native-lang project website.
+
+  */
 
 
 var stIsIE = /*@cc_on!@*/false;