You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ro...@apache.org on 2014/07/11 22:43:58 UTC

svn commit: r1609829 - /couchdb/site/index.html

Author: robertkowalski
Date: Fri Jul 11 20:43:57 2014
New Revision: 1609829

URL: http://svn.apache.org/r1609829
Log:
Remove onclick handler

They are making the link unclickable, if users are using extensions like
Disconnect or Ghostery which block tracking and social buttons.

Tested on Chrome with Disconnect.

Modified:
    couchdb/site/index.html

Modified: couchdb/site/index.html
URL: http://svn.apache.org/viewvc/couchdb/site/index.html?rev=1609829&r1=1609828&r2=1609829&view=diff
==============================================================================
--- couchdb/site/index.html (original)
+++ couchdb/site/index.html Fri Jul 11 20:43:57 2014
@@ -321,9 +321,9 @@ This fabulous linen texture was integrat
 
             <ul class="list quick-links">
                 <li class="corner"></li>
-                <li><a href="http://docs.couchdb.org/en/latest/" onclick="_gaq.push(['_link', 'http://docs.couchdb.org/en/latest/']); return false;">Documentation</a>
+                <li><a href="http://docs.couchdb.org/en/latest/">Documentation</a>
                 <li><a href="http://wiki.apache.org/couchdb/CurrentReleases">Current Releases<span></span></a></li>
-                <li><a href="http://blog.couchdb.org/" onclick="_gaq.push(['_link', 'https://blogs.apache.org/couchdb/']); return false;">Blog</a>
+                <li><a href="http://blog.couchdb.org/">Blog</a>
                 <li><a href="http://www.apache.org/licenses/LICENSE-2.0">License<span></span></a></li>
             </ul>