summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2006-09-07 08:05:31 +0000
committerDries Buytaert <dries@buytaert.net>2006-09-07 08:05:31 +0000
commit4ea672bfd19319efed1fd398724cc33387337a55 (patch)
tree1ddfb6d6bd5259abeb2fdf40fb9b115d800bb28c /misc
parent7c447cc8a587507d9ddc60be96f6f354f89cc876 (diff)
downloadbrdo-4ea672bfd19319efed1fd398724cc33387337a55.tar.gz
brdo-4ea672bfd19319efed1fd398724cc33387337a55.tar.bz2
- Removing stray whitspaces.
Diffstat (limited to 'misc')
-rw-r--r--misc/textarea.js2
1 files changed, 1 insertions, 1 deletions
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('<div class="resizable-textarea"></div>')
.parent().append($('<div class="grippie"></div>').mousedown(startDrag));