summaryrefslogtreecommitdiff
path: root/plugins/Meteor/meteorupdater.js
diff options
context:
space:
mode:
authorEvan Prodromou <evan@controlyourself.ca>2009-07-11 13:23:37 -0700
committerEvan Prodromou <evan@controlyourself.ca>2009-07-11 13:23:37 -0700
commit221f13a10d748b3f6f746d3d82e2aca27306c020 (patch)
tree2050195915df5cf70a66a9f22db6eb7cee68a885 /plugins/Meteor/meteorupdater.js
parentcc317b169fa43ebf9c12b695d51cee88b8551ef4 (diff)
Some changes for debugging
Diffstat (limited to 'plugins/Meteor/meteorupdater.js')
-rw-r--r--plugins/Meteor/meteorupdater.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Meteor/meteorupdater.js b/plugins/Meteor/meteorupdater.js
index ffbd28434..f647ded3b 100644
--- a/plugins/Meteor/meteorupdater.js
+++ b/plugins/Meteor/meteorupdater.js
@@ -35,7 +35,7 @@ var MeteorUpdater = function()
id = message.data.id;
// Don't add it if it already exists
-
+ //
if ($("#notice-"+id).length > 0) {
return;
}