You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by ro...@apache.org on 2013/12/03 19:34:48 UTC

svn commit: r1547515 - /openoffice/ooo-site/trunk/content/donations.html

Author: robweir
Date: Tue Dec  3 18:34:48 2013
New Revision: 1547515

URL: http://svn.apache.org/r1547515
Log:
correct script name

Modified:
    openoffice/ooo-site/trunk/content/donations.html

Modified: openoffice/ooo-site/trunk/content/donations.html
URL: http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/donations.html?rev=1547515&r1=1547514&r2=1547515&view=diff
==============================================================================
--- openoffice/ooo-site/trunk/content/donations.html (original)
+++ openoffice/ooo-site/trunk/content/donations.html Tue Dec  3 18:34:48 2013
@@ -7,7 +7,7 @@
     <meta name="Description" content="Information on how to donate to the Apache Software Foundation to benefit Apache OpenOffice and other Apache projects">
     
     <script type="text/javascript">
-    function trackSubmission(form, category, name, value) {
+    function trackSubmissions(form, category, name, value) {
         try {
             _gaq.push(['_trackEvent', category, name, value]);
         } catch(err){}