X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;ds=sidebyside;f=htdocs%2Fjavascript%2Fjobtermstree.js;h=46266fc7a524b51bb30480156f5dc4dda5640f79;hb=913b8ef3862ae6bc1c24329525e7e47182916c64;hp=d9b438d93c0505dd6e7aa9555d0e3b73182d84ea;hpb=8127963d297fab1ccb03df8f69cc9ddcdc645036;p=platal.git diff --git a/htdocs/javascript/jobtermstree.js b/htdocs/javascript/jobtermstree.js index d9b438d..46266fc 100644 --- a/htdocs/javascript/jobtermstree.js +++ b/htdocs/javascript/jobtermstree.js @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2003-2010 Polytechnique.org * + * Copyright (C) 2003-2011 Polytechnique.org * * http://opensource.polytechnique.org/ * * * * This program is free software; you can redistribute it and/or modify * @@ -37,9 +37,9 @@ function createJobTermsTree(domElement, platalpage, treeid, clickFunc, text_filt $(domElement).jstree({ "core" : {"strings":{"loading":"Chargement ..."}}, "plugins" : ["themes","json_data"], - "themes" : { "url" : platal_baseurl + "css/jstree.css" }, + "themes" : { "url" : $.plURL("css/jstree.css") }, "json_data" : { "ajax" : { - "url" : platal_baseurl + platalpage, + "url" : $.plURL(platalpage), "data" : function(nod) { var jtid = 0; if (nod != -1) {