Author: buildbot
Date: Sat Jun 21 22:12:33 2014
New Revision: 913188
Log:
Staging update by buildbot for ooo-site
Modified:
websites/staging/ooo-site/trunk/cgi-bin/ (props changed)
websites/staging/ooo-site/trunk/content/ (props changed)
websites/staging/ooo-site/trunk/content/download/test/index.html
Propchange: websites/staging/ooo-site/trunk/cgi-bin/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Sat Jun 21 22:12:33 2014
@@ -1 +1 @@
-1604471
+1604473
Propchange: websites/staging/ooo-site/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Sat Jun 21 22:12:33 2014
@@ -1 +1 @@
-1604471
+1604473
Modified: websites/staging/ooo-site/trunk/content/download/test/index.html
==============================================================================
--- websites/staging/ooo-site/trunk/content/download/test/index.html (original)
+++ websites/staging/ooo-site/trunk/content/download/test/index.html Sat Jun 21
22:12:33 2014
@@ -48,15 +48,15 @@
function share( platform ) {
_gaq.push( ['_trackEvent', 'social', 'shareDownload', platform] );
- if ( platform == 'blog' ) {
- window.open( 'http://blogs.apache.org/OOo/', '_blank' );
- } else if ( platform == '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' );
- } else if ( platform == '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+100+million+trusted+downloads.',
'_blank', 'toolbar=0, status=0, width=580, height=325' );
- } else if ( platform == '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' );
- }
+
+ if ( platform == 'apacheblog' )
+ window.open( 'http://blogs.apache.org/OOo/', '_blank' );
+ else if ( platform == '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' );
+ else if ( platform == '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+100+million+trusted+downloads.',
'_blank', 'toolbar=0, status=0, width=580, height=325' );
+ else if ( platform == '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>