X-Git-Url: http://git.euphorik.ch/?p=euphorik.git;a=blobdiff_plain;f=js%2Feuphorik.js;h=777a036c5d6d425e9f4c5455c985c27f304857e1;hp=dfcefd4f7cd88380274ef199920357c9fb9057bb;hb=7203835bce6f94b6afcc7403694145c829a4f833;hpb=b8df4cebbdbe838b78d4a860f1fe6e1931b1baf3 diff --git a/js/euphorik.js b/js/euphorik.js index dfcefd4..777a036 100755 --- a/js/euphorik.js +++ b/js/euphorik.js @@ -15,8 +15,8 @@ // // You should have received a copy of the GNU General Public License // along with Euphorik. If not, see . - -/*jslint laxbreak:true */ + +/*jslint laxbreak:true */ // tout euphorik est contenu dans cet objet var euphorik = {}; @@ -56,9 +56,10 @@ $(document).ready( $("#menu .register").click(function(){ pages.afficherPage("register"); }); $("#menu .about").click(function(){ pages.afficherPage("about"); }); + // TODO : simplifier et pouvoir créer des liens par exemple : Conditions d'utilisation $("#footer .conditions").click(function(){ pages.afficherPage("conditions_utilisation"); }); - + pages.ajouterPage(new euphorik.PageMinichat(client, formateur, util), true); pages.ajouterPage(new euphorik.PageAdmin(client, formateur, util)); pages.ajouterPage(new euphorik.PageProfile(client, formateur, util));