Skip to content

Commit

Permalink
SAK-32291: pre-tick 'copy content' when creating a site from a templa…
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholaswilson100 authored and buckett committed Mar 10, 2017
1 parent 4e4f30b commit 5260c0f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -417,7 +417,7 @@ sakai.siteTypeSetup = function(){
}
else {
//show all the controls, unchecked, unlocked, since there are no settings
$('#copyContentWrapper').show().find('input').prop('disabled', false).prop('checked',false);
$('#copyContentWrapper').show().find('input').prop('disabled', false).prop('checked',true);
$('#copyUsersWrapper').show().find('input').prop('disabled', false).prop('checked',false);
$('#fromTemplateSettingsContainer_instruction_body_copyUsers').show();
$('#fromTemplateSettingsContainer_instruction_body_copyContent').show();
Expand Down

0 comments on commit 5260c0f

Please sign in to comment.