diff options
author | Brion Vibber <brion@pobox.com> | 2010-03-29 15:15:11 -0700 |
---|---|---|
committer | Brion Vibber <brion@pobox.com> | 2010-03-29 15:15:11 -0700 |
commit | cfeb1bfa419e886a1b60dfcbd4260d2f5de0515b (patch) | |
tree | 9e163dfdbe6863a95add8a1dcb2feeb7b73fe7d4 /plugins | |
parent | 21a835596c2e11d98ed5b30843e3dad0006fabcc (diff) | |
parent | 873b8328272ae9cb189477fd10e75b16d5ce050e (diff) |
Merge branch 'testing' into 0.9.x
Diffstat (limited to 'plugins')
-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\">"+ |