X-Git-Url: http://git.euphorik.ch/?p=euphorik.git;a=blobdiff_plain;f=js%2Feuphorik.js;h=eb9741ba78d805d36b576076e62844f5511f4285;hp=de647383c3b8bd1b76d1802841fbe2bea2a94086;hb=f39b28682e1e41cd487a2268320552b687640adf;hpb=384d85d53813f191ec34860ec9c69efad8e5366e diff --git a/js/euphorik.js b/js/euphorik.js index de64738..eb9741b 100755 --- a/js/euphorik.js +++ b/js/euphorik.js @@ -1209,7 +1209,7 @@ $(document).ready( // connexion vers le serveur (utilise un cookie qui traine) client.connexionCookie() - $("#menuCss").change(function(){ client.setCss("css/" + $("option:selected", this).attr("value") + "/euphorik.css")}) + $("#menuCss").change(function(){ client.setCss("styles/" + $("option:selected", this).attr("value") + "/euphorik.css")}) // FIXME : ne fonctionne pas sous opera // voir : http://dev.jquery.com/ticket/2892#preview