From: Stéphane Jacob Date: Wed, 18 May 2011 13:26:58 +0000 (+0200) Subject: Allows addition of outsite JS scripts. X-Git-Tag: xorg/1.1.2~78 X-Git-Url: http://git.polytechnique.org/?a=commitdiff_plain;h=af6a033a6f6c5a85fb53c22ced514b469daa940a;p=platal.git Allows addition of outsite JS scripts. Signed-off-by: Stéphane Jacob --- diff --git a/core b/core index c16eff5..ac6f41a 160000 --- a/core +++ b/core @@ -1 +1 @@ -Subproject commit c16eff5c3e6530afbb394a8c971dd5813a6f955d +Subproject commit ac6f41acd95a154ff0893f5e239760e026eb9d2a diff --git a/modules/profile.php b/modules/profile.php index b45d510..4ee5fb9 100644 --- a/modules/profile.php +++ b/modules/profile.php @@ -330,8 +330,8 @@ class ProfileModule extends PLModule } // Build the page - $page->addJsLink('education.js', false); /* dynamic content */ - $page->addJsLink('grades.js', false); /* dynamic content */ + $page->addJsLink('education.js', true, false); /* dynamic content */ + $page->addJsLink('grades.js', true, false); /* dynamic content */ $page->addJsLink('profile.js'); $wiz = new PlWizard('Profil', PlPage::getCoreTpl('plwizard.tpl'), true, true, false); $wiz->addUserData('profile', $profile);