X-Git-Url: http://git.euphorik.ch/?p=euphorik.git;a=blobdiff_plain;f=js%2FpageAdmin.js;h=d5d467970199d67e4f710f74d7d288b6184940a4;hp=87c2ee934ea30922dfc8739607abae1da2c4e246;hb=d6dcd0fd8af56bd4791aa4e621c2e5058033c37a;hpb=27c4a5ac9000ca933f28abfedbf9607f73619615 diff --git a/js/pageAdmin.js b/js/pageAdmin.js index 87c2ee9..d5d4679 100644 --- a/js/pageAdmin.js +++ b/js/pageAdmin.js @@ -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; };