X-Git-Url: https://code.citadel.org/?p=citadel.git;a=blobdiff_plain;f=webcit%2Fstatic%2Ft%2Fpaging%2Fanchor.html;fp=webcit%2Fstatic%2Ft%2Fpaging%2Fanchor.html;h=2b124f9d478afdc2310d66c2fc05ce988afa58e5;hp=15a0bab893f8cf1add71348667ab4e85b8e2d84f;hb=0e3825c816f6002234d38409e2a48c98db054e93;hpb=91c09b330abb6ef4fec9f36876fb12f0ffc16bf8 diff --git a/webcit/static/t/paging/anchor.html b/webcit/static/t/paging/anchor.html index 15a0bab89..2b124f9d4 100644 --- a/webcit/static/t/paging/anchor.html +++ b/webcit/static/t/paging/anchor.html @@ -9,7 +9,7 @@ } } function CheckPager() { - new Ajax.Request('sslg', { method: 'get', parameters: CtdlRandomString(), + new Ajax.Request('sslg', { method: 'get', parameters: ctdlRandomString(), onSuccess: HandleSslp } ); } new PeriodicalExecuter(CheckPager, 30);