X-Git-Url: http://git.euphorik.ch/?p=euphorik.git;a=blobdiff_plain;f=js%2Feuphorik.js;h=214c0f89d4b5ccf885c7e1cd7a635e75b7549e4c;hp=00227cded6d5d182cbe377c8d0cbf72067ed7d97;hb=eb8708a7450d6c5147613fab28678b206aeb7c7e;hpb=a47964940e7918e81acb7f87fd2f1d5d2ff89778 diff --git a/js/euphorik.js b/js/euphorik.js index 00227cd..214c0f8 100755 --- a/js/euphorik.js +++ b/js/euphorik.js @@ -57,7 +57,6 @@ $(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"); }); @@ -70,4 +69,4 @@ $(document).ready( pages.afficherPage(); } -); \ No newline at end of file +);