From: Stéphane Jacob Date: Thu, 25 Mar 2010 17:20:45 +0000 (+0100) Subject: Fixes JS in profile edition. X-Git-Tag: xorg/1.0.0~327 X-Git-Url: http://git.polytechnique.org/?a=commitdiff_plain;h=6dc215d1ba2f3f512fd32c1d628ed1c98afba745;p=platal.git Fixes JS in profile edition. Signed-off-by: Stéphane Jacob --- diff --git a/modules/profile.php b/modules/profile.php index 79d8019..7957fde 100644 --- a/modules/profile.php +++ b/modules/profile.php @@ -294,8 +294,8 @@ class ProfileModule extends PLModule // Build the page $page->addJsLink('ajax.js'); - $page->addJsLink('education.js'); /* dynamic content */ - $page->addJsLink('grades.js'); /* dynamic content */ + $page->addJsLink('education.js', false); /* dynamic content */ + $page->addJsLink('grades.js', false); /* dynamic content */ $page->addJsLink('profile.js'); $page->addJsLink('jquery.autocomplete.js'); $wiz = new PlWizard('Profil', PlPage::getCoreTpl('plwizard.tpl'), true, true, false);