summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
Diffstat (limited to 'misc')
-rw-r--r--misc/teaser.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/teaser.js b/misc/teaser.js
index 00b96afe1..37e31873d 100644
--- a/misc/teaser.js
+++ b/misc/teaser.js
@@ -10,7 +10,7 @@ Drupal.behaviors.teaser = function(context) {
if (/KDE/.test(navigator.vendor)) {
return;
}
-
+
$('textarea.teaser:not(.teaser-processed)', context).each(function() {
var teaser = $(this).addClass('teaser-processed');