X-Git-Url: http://git.euphorik.ch/?p=euphorik.git;a=blobdiff_plain;f=js%2Feuphorik.js;h=8af19d1d475beb5cc9b215b635f20c8b27cce926;hp=eb9741ba78d805d36b576076e62844f5511f4285;hb=d29dc942b9c6d0b12e959660445a8ea0e1791051;hpb=d95485a099c027a30575bcc61595c8b35161ebba diff --git a/js/euphorik.js b/js/euphorik.js index eb9741b..8af19d1 100755 --- a/js/euphorik.js +++ b/js/euphorik.js @@ -1193,10 +1193,11 @@ PageEvent.prototype.waitEvent2 = function(funSend, funsReceive) } /////////////////////////////////////////////////////////////////////////////////////////////////// - + // charge dynamiquement le script de debug (obsolète) -;; jQuery.ajax({async : false, url : "js/debug.js", dataType : "script"}) - +;; var include = function(f) { jQuery.ajax({async : false, url : "js/" + f + ".js", dataType : "script"}) } +;; include("debug") + // le main $(document).ready( function()