diff options
author | Brion Vibber <brion@pobox.com> | 2010-03-28 14:41:31 -0700 |
---|---|---|
committer | Brion Vibber <brion@pobox.com> | 2010-03-28 14:41:31 -0700 |
commit | bf468e2a8db4d67a0f1a2c7fdfd0aa9306e006fc (patch) | |
tree | e96e930a1410975fc9faf12d2de9aa5235c7afdd /plugins/Realtime | |
parent | 482faf661451b499240eb41234234607355e3aa8 (diff) |
Remove debug line that crept into a commit a while back, breaking realtime when Firebug wasn't present
Diffstat (limited to 'plugins/Realtime')
-rw-r--r-- | plugins/Realtime/realtimeupdate.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Realtime/realtimeupdate.js b/plugins/Realtime/realtimeupdate.js index 0f7a680d7..2e5851ae5 100644 --- a/plugins/Realtime/realtimeupdate.js +++ b/plugins/Realtime/realtimeupdate.js @@ -130,7 +130,7 @@ RealtimeUpdate = { user = data['user']; html = data['html'].replace(/</g,'<').replace(/>/g,'>').replace(/"/g,'"').replace(/&/g,'&'); source = data['source'].replace(/</g,'<').replace(/>/g,'>').replace(/"/g,'"').replace(/&/g,'&'); -console.log(data); + ni = "<li class=\"hentry notice\" id=\"notice-"+unique+"\">"+ "<div class=\"entry-title\">"+ "<span class=\"vcard author\">"+ |