From 8cfc0d3671c43d268d0429b2f937633bfe5994c9 Mon Sep 17 00:00:00 2001 From: Llewellyn van der Merwe Date: Wed, 7 Jan 2015 12:21:28 +0200 Subject: [PATCH] fixed editor filter on html and set selected editor to none or codemirror, also fixed comment --- mod_pergroup.php | 2 +- mod_pergroup.xml | 72 ++++++++++++++++++++++++------------------------ pergroup.php | 2 +- 3 files changed, 38 insertions(+), 38 deletions(-) diff --git a/mod_pergroup.php b/mod_pergroup.php index ac3e4f7..36ef38a 100644 --- a/mod_pergroup.php +++ b/mod_pergroup.php @@ -10,7 +10,7 @@ **/ defined( '_JEXEC' ) or die; -// Include the syndicate functions only once +// Include the functions only once require_once __DIR__ . '/pergroup.php'; // load the module class diff --git a/mod_pergroup.xml b/mod_pergroup.xml index 3c20491..a582c0f 100644 --- a/mod_pergroup.xml +++ b/mod_pergroup.xml @@ -50,13 +50,13 @@ - + - + - + - + MOD_PERGROUP_YES - + - + - + - + MOD_PERGROUP_YES - + - + - + - + MOD_PERGROUP_YES - + - + - + - + MOD_PERGROUP_YES - + - + - + - + MOD_PERGROUP_YES - + - + - + - + MOD_PERGROUP_YES - + - + - + - + MOD_PERGROUP_YES - + - + - + - + MOD_PERGROUP_YES - + - + - + - +
params->get('group'.$id.'-js'); if ($group_js){ if (!$this->jQuery_set){ - $this->document->addScript(JURI::base().'modules/mod_perGroup/js/jquery.js'); + $this->document->addScript(JURI::base().'modules/mod_pergroup/js/jquery.js'); $this->jQuery_set = true; } $script = ''.$group_js.'';