From 221f13a10d748b3f6f746d3d82e2aca27306c020 Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Sat, 11 Jul 2009 13:23:37 -0700 Subject: Some changes for debugging --- plugins/Meteor/meteorupdater.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/Meteor/meteorupdater.js') 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; } -- cgit v1.2.3-54-g00ecf