Author: marcus
Date: Sat Jun 21 21:07:12 2014
New Revision: 1604457
URL: http://svn.apache.org/r1604457
Log:
Updated white-spaces
Modified:
openoffice/ooo-site/trunk/content/download/test/index.html
Modified: openoffice/ooo-site/trunk/content/download/test/index.html
URL:
http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/download/test/index.html?rev=1604457&r1=1604456&r2=1604457&view=diff
==============================================================================
--- openoffice/ooo-site/trunk/content/download/test/index.html (original)
+++ openoffice/ooo-site/trunk/content/download/test/index.html Sat Jun 21
21:07:12 2014
@@ -24,20 +24,24 @@
/* ]]> */
</style>
<script>
- if (window.document.referrer.indexOf("shell.windows.com") != -1)
+ if ( window.document.referrer.indexOf( "shell.windows.com" ) != -1 )
location.href = "http://www.openoffice.org/why/why_odf.html";
+ function shareBlog() {
+ _gaq.push( ['_trackEvent', 'social', 'shareDownload', 'blog'] );
+ window.open( 'https://blogs.apache.org/OOo/', '_blank', 'toolbar=0,
status=0, width=580, height=325' );
+ }
function shareFacebook() {
- _gaq.push(['_trackEvent','social', 'shareDownload', 'facebook']);
-
window.open('http://www.facebook.com/sharer/sharer.php?u=http%3A%2F%2Fwww.openoffice.org%2Fdownload%2F','_blank','toolbar=0,status=0,width=580,height=325');
+ _gaq.push( ['_trackEvent', 'social', 'shareDownload', 'facebook'] );
+ window.open(
'http://www.facebook.com/sharer/sharer.php?u=http%3A%2F%2Fwww.openoffice.org%2Fdownload%2F',
'_blank', 'toolbar=0, status=0, width=580, height=325' );
}
- function shareTwitter(){
- _gaq.push(['_trackEvent','social', 'shareDownload', 'twitter']);
-
window.open('http://twitter.com/intent/tweet?url=http%3A%2F%2Fwww.openoffice.org%2Fdownload%2F&text=Join+the+OpenOffice+revolution%2C+the+free+office+productivity+suite+with+over+90+million+trusted+downloads.','_blank','toolbar=0,status=0,width=580,height=325');
+ function shareTwitter() {
+ _gaq.push( ['_trackEvent', 'social', 'shareDownload', 'twitter'] );
+ window.open(
'http://twitter.com/intent/tweet?url=http%3A%2F%2Fwww.openoffice.org%2Fdownload%2F&text=Join+the+OpenOffice+revolution%2C+the+free+office+productivity+suite+with+over+90+million+trusted+downloads.',
'_blank', 'toolbar=0, status=0, width=580, height=325' );
}
- function shareGooglePlus(){
- _gaq.push(['_trackEvent','social', 'shareDownload', 'google+']);
-
window.open('http://plus.google.com/share?url=http%3A%2F%2Fwww.openoffice.org%2Fdownload%2F','_blank','toolbar=0,status=0,width=580,height=325');
+ function shareGooglePlus() {
+ _gaq.push( ['_trackEvent', 'social', 'shareDownload', 'google+'] );
+ window.open(
'http://plus.google.com/share?url=http%3A%2F%2Fwww.openoffice.org%2Fdownload%2F',
'_blank', 'toolbar=0, status=0, width=580, height=325' );
}
</script>
</head>