]> code.citadel.org Git - citadel.git/blobdiff - webcit/paging.c
* Upgraded to prototype.js v1.5
[citadel.git] / webcit / paging.c
index b05378db7118dd98d6f5829b559fe215bcf5547d..b8b0bb37891dbdb1f34e269211758b1dbdc7f311 100644 (file)
@@ -184,7 +184,7 @@ void page_popup(void)
                "  }    "
                " }     "
                " function CheckPager() {       "
-               "  new Ajax.Request('sslg', { method: 'get', parameters: Math.random(), "
+               "  new Ajax.Request('sslg', { method: 'get', parameters: CtdlRandomString(),    "
                "   onSuccess: HandleSslp } );  "
                " }     "
                " new PeriodicalExecuter(CheckPager, 30);       "