Some changes for debugging

This commit is contained in:
Evan Prodromou
2009-07-11 13:23:37 -07:00
parent cc317b169f
commit 221f13a10d
2 changed files with 24 additions and 28 deletions

View File

@@ -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;
}