X-Git-Url: http://git.euphorik.ch/index.cgi?a=blobdiff_plain;f=js%2Feuphorik.js;h=8892035084063f08d89910e0964dbee0d1e1f216;hb=f55ef9d6bc7352e2dffe18ded028a5a2e0cc3936;hp=6ed19637883039b35f131eb332900e2f652905c0;hpb=01922222ac686c2507052c0cc1d755495145d154;p=euphorik.git diff --git a/js/euphorik.js b/js/euphorik.js index 6ed1963..8892035 100755 --- a/js/euphorik.js +++ b/js/euphorik.js @@ -337,7 +337,7 @@ Formateur.prototype.traiterURL = function(M, pseudo) if (!thisFormateur.regexTestProtocoleExiste.test(url)) url = "http://" + url var extension = thisFormateur.getShort(url) - return "[" + extension[0] + "]" + return "[" + extension[0] + "]" } return M.replace(this.regexUrl, traitementUrl) } @@ -815,8 +815,6 @@ function initialiserListeStyles(client) } ) } - -jQuery.noConflict() // charge dynamiquement le script de debug ;;; jQuery.ajax({async : false, url : "js/debug.js", dataType : "script"})