Skip to content

Commit

Permalink
Dev Fixed CKEditor not loading when editing question and survey is ac…
Browse files Browse the repository at this point in the history
…tive

git-svn-id: file:///Users/Shitiz/Downloads/lssvn/source/limesurvey@10150 b72ed6b6-b9f8-46b5-92b4-906544132732
  • Loading branch information
c-schmitz committed May 31, 2011
1 parent 7a2b769 commit 786d3c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion admin/scripts/admin_core.js
Expand Up @@ -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){
Expand Down

0 comments on commit 786d3c6

Please sign in to comment.