Author: marcus
Date: Sat Jun 21 22:24:48 2014
New Revision: 1604478
URL: http://svn.apache.org/r1604478
Log:
Changed order of querying
Modified:
openoffice/ooo-site/trunk/content/index_alert.html
Modified: openoffice/ooo-site/trunk/content/index_alert.html
URL:
http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/index_alert.html?rev=1604478&r1=1604477&r2=1604478&view=diff
==============================================================================
--- openoffice/ooo-site/trunk/content/index_alert.html (original)
+++ openoffice/ooo-site/trunk/content/index_alert.html Sat Jun 21 22:24:48 2014
@@ -22,14 +22,14 @@
function follow( platform ) {
_gaq.push( ['_trackEvent','social', 'followUs', platform] );
- if ( platform == 'Facebook' )
+ if ( platform == 'ApacheBlog' )
+ window.open( "https://blogs.apache.org/OOo/", "_blank" );
+ else if ( platform == 'Facebook' )
window.open( "https://www.facebook.com/ApacheOO", "_blank" );
else if ( platform == 'Twitter' )
window.open( "https://twitter.com/ApacheOO", "_blank" );
else if ( platform == 'GooglePlus' )
window.open( "https://plus.google.com/+openoffice", "_blank" );
- else if ( platform == 'ApacheBlog' )
- window.open( "https://blogs.apache.org/OOo/", "_blank" );
}
function showAlertbox( show ) {