X-Git-Url: http://git.euphorik.ch/?a=blobdiff_plain;f=js%2Feuphorik.js;h=dfcefd4f7cd88380274ef199920357c9fb9057bb;hb=d49b81e366534476c03e7185d1f899996b96935b;hp=5dff115067ff98f22b7812a291f759db924e6391;hpb=217c4d7a0d5f9fee3a8ef0a05ab8506c7f39d5e5;p=euphorik.git diff --git a/js/euphorik.js b/js/euphorik.js index 5dff115..dfcefd4 100755 --- a/js/euphorik.js +++ b/js/euphorik.js @@ -15,9 +15,11 @@ // // You should have received a copy of the GNU General Public License // along with Euphorik. If not, see . + +/*jslint laxbreak:true */ // tout euphorik est contenu dans cet objet -var euphorik = {} +var euphorik = {}; // le main $(document).ready( @@ -49,7 +51,7 @@ $(document).ready( }, "Non" : function() {} } - ) + ); }); $("#menu .register").click(function(){ pages.afficherPage("register"); }); $("#menu .about").click(function(){ pages.afficherPage("about"); }); @@ -66,4 +68,4 @@ $(document).ready( pages.afficherPage(); } -) +); \ No newline at end of file