From 38194dfe669ff88b58a33d4a81027ab30e316a0a Mon Sep 17 00:00:00 2001 From: Julio Montoya Date: Mon, 23 Sep 2013 19:36:00 +0200 Subject: [PATCH] Fixing js error. --- main/exercice/question.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/exercice/question.class.php b/main/exercice/question.class.php index 9507d0b1c2..c778ad5800 100644 --- a/main/exercice/question.class.php +++ b/main/exercice/question.class.php @@ -1387,7 +1387,7 @@ abstract class Question $(function() { $("#category_id").fcbkcomplete({ - json_url: "'.$url.'&a=search_category_parent&type=all&filter_by_global='.$this->exercise->getGlobalCategoryId().', + json_url: "'.$url.'&a=search_category_parent&type=all&filter_by_global='.$this->exercise->getGlobalCategoryId().'", maxitems: "'.$maxCategories.'", addontab: false, input_min_size: 1,