move some stuff around for realtime

This commit is contained in:
Evan Prodromou
2009-09-23 15:24:12 -04:00
parent 36e009349d
commit bdbc2cb8de
2 changed files with 15 additions and 22 deletions

View File

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