From 786d3c6d676b4834c11a2f3ad6edf2a66b42e68e Mon Sep 17 00:00:00 2001 From: Carsten Schmitz Date: Tue, 31 May 2011 10:41:18 +0000 Subject: [PATCH] Dev Fixed CKEditor not loading when editing question and survey is active git-svn-id: file:///Users/Shitiz/Downloads/lssvn/source/limesurvey@10150 b72ed6b6-b9f8-46b5-92b4-906544132732 --- admin/scripts/admin_core.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin/scripts/admin_core.js b/admin/scripts/admin_core.js index 8d7801e10e3..ffec43aee50 100644 --- a/admin/scripts/admin_core.js +++ b/admin/scripts/admin_core.js @@ -244,7 +244,7 @@ $(document).ready(function(){ }); }); - if ($("#question_type").length > 0){ + if ($("#question_type").length > 0 && $("#question_type").attr('type')!='hidden'){ $("#question_type").msDropDown(); $("#question_type").change(function(event){