aboutsummaryrefslogtreecommitdiff
path: root/frontend/fb_connect.php
diff options
context:
space:
mode:
authorWojciech Polak <polak@gnu.org>2010-04-30 18:58:49 +0200
committerWojciech Polak <polak@gnu.org>2010-04-30 18:58:49 +0200
commit62b55a6c9297e842591ef2e1a154deaba2bb88a7 (patch)
treea376994c45acfef6baf6dc5a1b49e0f10ab156c5 /frontend/fb_connect.php
parent7d5b782802d23575e7c754357c7d3e7a1fbeee1b (diff)
downloadcheetah-62b55a6c9297e842591ef2e1a154deaba2bb88a7.tar.gz
cheetah-62b55a6c9297e842591ef2e1a154deaba2bb88a7.tar.bz2
Minor changes.
Diffstat (limited to 'frontend/fb_connect.php')
-rw-r--r--frontend/fb_connect.php5
1 files changed, 2 insertions, 3 deletions
diff --git a/frontend/fb_connect.php b/frontend/fb_connect.php
index d3bc727..ee91c23 100644
--- a/frontend/fb_connect.php
+++ b/frontend/fb_connect.php
@@ -129,9 +129,8 @@ if ($auth) {
<div id="fb-root"></div>
<script type="text/javascript" src="http://connect.facebook.net/en_US/all.js"></script>
<script type="text/javascript">
- function fb_link () { window.location = 'fb_connect?link=1'; }
- FB.init ({appId: '<?=$CONF['fb.app_id']?>', status: true, cookie: true,
- xfbml: true});
+function fb_link () { window.location = 'fb_connect?link=1'; }
+FB.init ({appId: '<?=$CONF['fb.app_id']?>', status: true, cookie: true, xfbml: true});
</script>
<?php } }?>

Return to:

Send suggestions and report system problems to the System administrator.