Remove debug line that crept into a commit a while back, breaking realtime when Firebug wasn't present

This commit is contained in:
Brion Vibber 2010-03-28 14:41:31 -07:00
parent 482faf6614
commit bf468e2a8d
1 changed files with 1 additions and 1 deletions

View File

@ -130,7 +130,7 @@ RealtimeUpdate = {
user = data['user'];
html = data['html'].replace(/&lt;/g,'<').replace(/&gt;/g,'>').replace(/&quot;/g,'"').replace(/&amp;/g,'&');
source = data['source'].replace(/&lt;/g,'<').replace(/&gt;/g,'>').replace(/&quot;/g,'"').replace(/&amp;/g,'&');
console.log(data);
ni = "<li class=\"hentry notice\" id=\"notice-"+unique+"\">"+
"<div class=\"entry-title\">"+
"<span class=\"vcard author\">"+