mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-29 21:10:31 +02:00
[ticket/12542] Add initial drag-n-drop animation
PHPBB3-12542
This commit is contained in:
@@ -355,6 +355,7 @@ function getCaretPosition(txtarea) {
|
||||
textarea = doc.forms[form_name].elements[text_name];
|
||||
|
||||
phpbb.applyCodeEditor(textarea);
|
||||
phpbb.applyDragNDrop(textarea);
|
||||
});
|
||||
})(jQuery);
|
||||
|
||||
|
Reference in New Issue
Block a user