X-Git-Url: http://git.euphorik.ch/?p=euphorik.git;a=blobdiff_plain;f=js%2Feuphorik.js;h=4a9261ac9ec20bb392653f1db27bacf5fa42c1a7;hp=777a036c5d6d425e9f4c5455c985c27f304857e1;hb=972919ab7f5651cd721eb6eec75f7150fdeaf347;hpb=9be780a2fbd68bf4c71431d94e8e8c07666468fb diff --git a/js/euphorik.js b/js/euphorik.js index 777a036..4a9261a 100755 --- a/js/euphorik.js +++ b/js/euphorik.js @@ -26,8 +26,9 @@ $(document).ready( function() { var fragment = new Fragment(); var formateur = new euphorik.Formateur(); - var util = new euphorik.Util(formateur); - var client = new euphorik.Client(util); + var util = new euphorik.Util(formateur); + var communication = new Communication(); + var client = new euphorik.Client(util, communication); var pages = new euphorik.Pages(fragment); // connexion vers le serveur (utilise un cookie qui traine)