Fixed indentation

This commit is contained in:
Julia Hansbrough
2013-10-22 17:39:48 +00:00
committed by David Baumgold
parent 68a507383f
commit a48bee7f13

View File

@@ -546,13 +546,13 @@ function goto( mode)
<input type="submit" name="action" value="Send email">
</div>
<script type="text/javascript">
$(document).ready(function(){
var emailEditor = XBlock.initializeBlock($('.xblock-studio_view'));
document.idashform.onsubmit = function() {
this.message.value = emailEditor.save()['data'];
return true;
}
});
$(document).ready(function(){
var emailEditor = XBlock.initializeBlock($('.xblock-studio_view'));
document.idashform.onsubmit = function() {
this.message.value = emailEditor.save()['data'];
return true;
}
});
</script>
<p>These email actions run in the background, and status for active email tasks will appear in a table below.