summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
Diffstat (limited to 'misc')
-rw-r--r--misc/teaser.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/misc/teaser.js b/misc/teaser.js
index d515d1f71..c59a92e55 100644
--- a/misc/teaser.js
+++ b/misc/teaser.js
@@ -65,6 +65,7 @@ Drupal.teaserAttach = function() {
body[0].value = trim(text[1]);
$(teaser).attr('disabled', '');
$('input', button).val(Drupal.t('Join summary')).toggle(join_teaser, split_teaser);
+ $(teaser).show();
}
else {
$(teaser).hide();