Skip to content
Snippets Groups Projects
Commit 1346fbb7 authored by Dries Buytaert's avatar Dries Buytaert
Browse files

- Patch #118846 my mr700: fixed textareas so it works with jQuery 1.1.1.

parent 52540538
Branches
Tags
Loading
......@@ -23,7 +23,8 @@ Drupal.textareaAttach = function() {
}
function endDrag(e) {
$(document).unmousemove(performDrag).unmouseup(endDrag);
$(document).unbind("mousemove");
$(document).unbind("mouseup");
textarea.css('opacity', 1);
}
});
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment