aboutsummaryrefslogtreecommitdiff
path: root/frontend
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
parent7d5b782802d23575e7c754357c7d3e7a1fbeee1b (diff)
downloadcheetah-62b55a6c9297e842591ef2e1a154deaba2bb88a7.tar.gz
cheetah-62b55a6c9297e842591ef2e1a154deaba2bb88a7.tar.bz2
Minor changes.
Diffstat (limited to 'frontend')
-rw-r--r--frontend/fb_connect.php5
-rw-r--r--frontend/login.php3
-rw-r--r--frontend/xd_receiver.html9
3 files changed, 3 insertions, 14 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 } }?>
diff --git a/frontend/login.php b/frontend/login.php
index a864280..11be241 100644
--- a/frontend/login.php
+++ b/frontend/login.php
@@ -363,8 +363,7 @@ if ($message)
<div id="fb-root"></div>
<script type="text/javascript" src="http://connect.facebook.net/en_US/all.js"></script>
<script type="text/javascript">
- FB.init ({appId: '<?=$CONF['fb.app_id']?>', status: true, cookie: true,
- xfbml: true});
+FB.init ({appId: '<?=$CONF['fb.app_id']?>', status: true, cookie: true, xfbml: true});
</script>
<?php } ?>
diff --git a/frontend/xd_receiver.html b/frontend/xd_receiver.html
deleted file mode 100644
index e00b664..0000000
--- a/frontend/xd_receiver.html
+++ /dev/null
@@ -1,9 +0,0 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" >
-<head>
- <title>Cross-Domain Receiver Page</title>
-</head>
-<body>
- <script type="text/javascript" src="http://static.ak.connect.facebook.com/js/api_lib/v0.4/XdCommReceiver.js?2"></script>
-</body>
-</html>

Return to:

Send suggestions and report system problems to the System administrator.