#1261: clarify a comment

This commit is contained in:
Fabrice Mouhartem 2023-11-15 10:34:52 +01:00
parent 079c6eca01
commit be3a85778a

View file

@ -4515,7 +4515,7 @@ define([
}
var initializeAnswers = function() {
// Initialize the answers channel if it doesn't exist yet
// Initialize the answers properties if they do not exist yet
if (!APP.isEditor) { return; }
if (content.answers && content.answers.channel && content.answers.publicKey && content.answers.validateKey) { return; }
// Don't override other settings (anonymous, makeAnonymous, etc.) from templates