X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=templates%2Fprofile%2Fmentor.tpl;h=2d942ef5da36ba70362b33e7cc6b6976e7666594;hb=76362eeb011de4f2cd7825f557643a72494475f9;hp=5fc41e349c6dd38b3a6ae71c65a554c1095d84b2;hpb=020a95fa78dc544b3064739d409026a0056d98f4;p=platal.git diff --git a/templates/profile/mentor.tpl b/templates/profile/mentor.tpl index 5fc41e3..2d942ef 100644 --- a/templates/profile/mentor.tpl +++ b/templates/profile/mentor.tpl @@ -114,7 +114,7 @@ {foreach from=$terms item=term} addJobTerm(-1, "{$term.jtid}", "{$term.full_name|replace:'"':'\\"'}"); {/foreach} - $('.term_search').autocomplete(platal_baseurl + 'profile/jobterms', + $('.term_search').autocomplete($.plURL('profile/jobterms'), {ldelim} "formatItem" : displayJobTerm, "extraParams" : {ldelim} "jobid" : "-1" {rdelim},