Autosize now works again
This commit is contained in:
@@ -33,6 +33,9 @@ $(function() {
|
||||
$form.find(':submit').prop('disabled', true);
|
||||
});
|
||||
|
||||
// Autosizing of textareas.
|
||||
autosize($('textarea.autosize'));
|
||||
|
||||
// Mock the DELETE form requests.
|
||||
$('[data-method]').not(".disabled").append(function() {
|
||||
var methodForm = "\n";
|
||||
|
||||
Reference in New Issue
Block a user