lilypond-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Version specific code


From: Phil Holmes
Subject: Version specific code
Date: Mon, 8 Aug 2011 16:48:46 +0100

In website_post.py, we have the following:

           if (line.find('2.12') >= 0):
line = line.replace('a href=', 'a onClick=\"javascript:urchinTracker(\'/download/v2.12\');\" href=')
           elif (line.find('2.13') >= 0):
line = line.replace('a href=', 'a onClick=\"javascript:urchinTracker(\'/download/v2.13\');\" href=')

This (I think) means we're currently not using the Google analytics to track downloads.

--
Phil Holmes





reply via email to

[Prev in Thread] Current Thread [Next in Thread]