Skip to content
Snippets Groups Projects
Commit fa2be71e authored by Alex Pott's avatar Alex Pott
Browse files

Issue #2347787 by andrei.dincu | cosmicdreams: Fixed Content Type edit form...

Issue #2347787 by andrei.dincu | cosmicdreams: Fixed Content Type edit form always displays "Don't display post information".
parent b0c49c82
No related branches found
No related tags found
No related merge requests found
......@@ -43,7 +43,7 @@
$context.find('input:checked').next('label').each(function () {
vals.push(Drupal.checkPlain($(this).text()));
});
if (!$context.find('#edit-settings-node-submitted').is(':checked')) {
if (!$context.find('#edit-display-submitted').is(':checked')) {
vals.unshift(Drupal.t("Don't display post information"));
}
return vals.join(', ');
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment