MOD french -> english (2)
[euphorik.git] / js / pageAdmin.js
index 87c2ee9..d5d4679 100644 (file)
@@ -29,9 +29,9 @@ euphorik.PageAdmin = function(client, formater, util, communication) {
    this.util = util;
    this.communication = communication;
    
-   this.comet = new Comet("admin", euphorik.conf.versionProtocole);
+   this.comet = this.communication.createCometConnection("admin");
    
-   // le timer qui rappelle periodiquement le rafraichissement des IP bannies
+   // a timer which will periodically refresh the banned IP list
    this.timeoutIDmajIPs = null;
 };