X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=webcit%2Fstatic%2Ft%2Fsummary%2Fpage.html;h=089cdfb2704e429c3eae67a600ad02b40c45dfe2;hb=305f1d32074290821acd6ead99f3be7568c0304d;hp=afe80323d5dff54cdf380ae3794af991bad8ed9f;hpb=d047c4637b90e7ccc2085465f5024ea98432153f;p=citadel.git diff --git a/webcit/static/t/summary/page.html b/webcit/static/t/summary/page.html index afe80323d..089cdfb27 100644 --- a/webcit/static/t/summary/page.html +++ b/webcit/static/t/summary/page.html @@ -50,7 +50,9 @@
-
+
+ +
@@ -76,5 +78,5 @@ new Ajax.PeriodicalUpdater('msg_inner', 'new_messages_html', { method: 'get', frequency: 60 } ); new Ajax.PeriodicalUpdater('tasks_inner', 'tasks_inner_html', { method: 'get', frequency: 120 } ); new Ajax.PeriodicalUpdater('calendar_inner', 'calendar_inner_html', { method: 'get', frequency: 90 } ); - new Ajax.PeriodicalUpdater('do_template', 'template=who_summary', { method: 'get', frequency: 30 } ); + new Ajax.PeriodicalUpdater('who_inner', 'do_template?template=who_summary', { method: 'get', frequency: 30 } );