summaryrefslogtreecommitdiff
path: root/plugins/Meteor/MeteorPlugin.php
diff options
context:
space:
mode:
authorEvan Prodromou <evan@status.net>2010-11-17 12:22:02 -0500
committerEvan Prodromou <evan@status.net>2010-11-17 12:22:02 -0500
commitfae63a5161ab1ad9d2988c396d0fda00f608505d (patch)
tree9bf297a9cf8eeda1ace0c8b613b348759eaacf3c /plugins/Meteor/MeteorPlugin.php
parent83f6bb9da1c91e0f464c1a665d01c4d5d1bfed09 (diff)
use minified version of meteorupdater.js
Diffstat (limited to 'plugins/Meteor/MeteorPlugin.php')
-rw-r--r--plugins/Meteor/MeteorPlugin.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Meteor/MeteorPlugin.php b/plugins/Meteor/MeteorPlugin.php
index a48c52b56..1bdccae7a 100644
--- a/plugins/Meteor/MeteorPlugin.php
+++ b/plugins/Meteor/MeteorPlugin.php
@@ -89,7 +89,7 @@ class MeteorPlugin extends RealtimePlugin
{
$scripts = parent::_getScripts();
$scripts[] = 'http://'.$this->webserver.(($this->webport == 80) ? '':':'.$this->webport).'/meteor.js';
- $scripts[] = common_path('plugins/Meteor/meteorupdater.js');
+ $scripts[] = common_path('plugins/Meteor/meteorupdater.min.js');
return $scripts;
}