summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorZach Copley <zach@controlyourself.ca>2009-01-27 01:55:36 +0000
committerZach Copley <zach@controlyourself.ca>2009-01-27 01:55:36 +0000
commit1c60afb9408f903ea7c54ac6663cc797a572d016 (patch)
tree288b030679c5cdacf09b12b31160924f319cccb2 /lib
parent26f9bf540e6db4340e85f7b936660b051148d1eb (diff)
trac750 140 character countdown for FB app
Diffstat (limited to 'lib')
-rw-r--r--lib/facebookaction.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/facebookaction.php b/lib/facebookaction.php
index a12c7d6f9..63ac66250 100644
--- a/lib/facebookaction.php
+++ b/lib/facebookaction.php
@@ -122,8 +122,7 @@ class FacebookAction extends Action
// Add a timestamp to the file so Facebook cache wont ignore our changes
$ts = filemtime(INSTALLDIR.'/js/facebookapp.js');
- $this->element('script', array('type' => 'text/javascript',
- 'src' => common_path('js/facebookapp.js') . '?ts=' . $ts));
+ $this->element('script', array('src' => common_path('js/facebookapp.js') . '?ts=' . $ts));
}
/**