From 4ea672bfd19319efed1fd398724cc33387337a55 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Thu, 7 Sep 2006 08:05:31 +0000 Subject: - Removing stray whitspaces. --- misc/textarea.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'misc') diff --git a/misc/textarea.js b/misc/textarea.js index bf8932937..9a2a1658d 100644 --- a/misc/textarea.js +++ b/misc/textarea.js @@ -3,7 +3,7 @@ Drupal.textareaAttach = function() { $('textarea.resizable:not(.processed)').each(function() { var textarea = $(this).addClass('processed'), staticOffset = null; - + $(this).wrap('
') .parent().append($('
').mousedown(startDrag)); -- cgit v1.2.3