summaryrefslogtreecommitdiff
path: root/plugins/Realtime/realtimeupdate.js
diff options
context:
space:
mode:
authorEvan Prodromou <evan@status.net>2009-09-23 15:24:12 -0400
committerEvan Prodromou <evan@status.net>2009-09-23 15:24:12 -0400
commitbdbc2cb8de370eef6d5d06412746f52797ea0458 (patch)
treec4ed8a464284305a12369c68c0aa491e2ed4c6bb /plugins/Realtime/realtimeupdate.js
parent36e009349d68d8f34fc50d77c26e6e3307116b2c (diff)
move some stuff around for realtime
Diffstat (limited to 'plugins/Realtime/realtimeupdate.js')
-rw-r--r--plugins/Realtime/realtimeupdate.js5
1 files changed, 5 insertions, 0 deletions
diff --git a/plugins/Realtime/realtimeupdate.js b/plugins/Realtime/realtimeupdate.js
index 3293ef6e9..04e07956d 100644
--- a/plugins/Realtime/realtimeupdate.js
+++ b/plugins/Realtime/realtimeupdate.js
@@ -109,6 +109,11 @@ RealtimeUpdate = {
dl = "<a class=\"notice_delete\" href=\""+delurl+"\" title=\"Delete this notice\">Delete</a>";
return dl;
+ },
+
+ addPopup: function(url, title)
+ {
+ // FIXME: need to add the realtime popup button here
}
}