Fixes JS in profile edition.
authorStéphane Jacob <sj@m4x.org>
Thu, 25 Mar 2010 17:20:45 +0000 (18:20 +0100)
committerStéphane Jacob <sj@m4x.org>
Fri, 26 Mar 2010 14:47:45 +0000 (15:47 +0100)
Signed-off-by: Stéphane Jacob <sj@m4x.org>
modules/profile.php

index 79d8019..7957fde 100644 (file)
@@ -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);