Author: marcus
Date: Sat Jun 21 22:12:27 2014
New Revision: 1604475
URL: http://svn.apache.org/r1604475
Log:
Added white-spaces
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=1604475&r1=1604474&r2=1604475&view=diff
==============================================================================
--- openoffice/ooo-site/trunk/content/index_alert.html (original)
+++ openoffice/ooo-site/trunk/content/index_alert.html Sat Jun 21 22:12:27 2014
@@ -21,15 +21,15 @@
<script>
function follow( platform ) {
_gaq.push( ['_trackEvent','social', 'followUs', platform] );
- 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" );
- }
+
+ 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 ) {