From af6a033a6f6c5a85fb53c22ced514b469daa940a Mon Sep 17 00:00:00 2001 From: =?utf8?q?St=C3=A9phane=20Jacob?= Date: Wed, 18 May 2011 15:26:58 +0200 Subject: [PATCH] Allows addition of outsite JS scripts. MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Stéphane Jacob --- core | 2 +- modules/profile.php | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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); -- 2.1.4