who's online display: fix periodical updates
authorWilfried Goesgens <dothebart@citadel.org>
Sun, 8 Jul 2012 16:30:22 +0000 (18:30 +0200)
committerWilfried Goesgens <dothebart@citadel.org>
Sun, 8 Jul 2012 16:30:22 +0000 (18:30 +0200)
webcit/static/t/who.html

index e75150beabd8498697a062a7e58a5dc6af10697b..dcbbe087c5fee3d56d39317db7dcbaf8a690df96 100644 (file)
@@ -28,7 +28,7 @@
        <?DOBOXED(="who_box_list_static", ="who_list_static_header")>
 </div>
 <script type="text/javascript">
- new Ajax.PeriodicalUpdater('do_template', 'template=wholiststatic',
+ new Ajax.PeriodicalUpdater('who_inner', 'do_template?template=who_box_list_static',
                             { method: 'get', frequency: 30 }  );
 </script>
 <?=("trailing")>