ADD avancement dans tool.rb
[euphorik.git] / js / euphorik.js
index 5dff115..dfcefd4 100755 (executable)
 //
 // You should have received a copy of the GNU General Public License
 // along with Euphorik.  If not, see <http://www.gnu.org/licenses/>.
+\r
+/*jslint laxbreak:true */\r
 
 // 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