diff options
author | Sarven Capadisli <csarven@status.net> | 2009-10-14 09:53:07 +0000 |
---|---|---|
committer | Sarven Capadisli <csarven@status.net> | 2009-10-14 09:53:07 +0000 |
commit | 6b5810f5d562260a0143446982bf22ef50298d80 (patch) | |
tree | 5954b4b54a3c0fb0ed62c8387654e6ad4f9356ed /plugins | |
parent | ffeef6520c4e9e1d691bcea8a15aa8097ceb1d37 (diff) |
Moved to location of the FBConnect JavaScript to the end of </body>.
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/FBConnect/FBConnectPlugin.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/FBConnect/FBConnectPlugin.php b/plugins/FBConnect/FBConnectPlugin.php index ff74aade4..b31f69d81 100644 --- a/plugins/FBConnect/FBConnectPlugin.php +++ b/plugins/FBConnect/FBConnectPlugin.php @@ -102,7 +102,7 @@ class FBConnectPlugin extends Plugin // Note: this script needs to appear in the <body> - function onStartShowHeader($action) + function onEndShowScripts($action) { if ($this->reqFbScripts($action)) { |