X-Git-Url: http://git.euphorik.ch/?p=euphorik.git;a=blobdiff_plain;f=js%2Feuphorik.js;h=dfcefd4f7cd88380274ef199920357c9fb9057bb;hp=5dff115067ff98f22b7812a291f759db924e6391;hb=6c0fcdfaefd072f8b0ee1d7d8f1ba2a2c1ede8ec;hpb=217c4d7a0d5f9fee3a8ef0a05ab8506c7f39d5e5 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