Do not resize any form control
authorMarius Gavrilescu <marius@ieval.ro>
Wed, 5 Feb 2014 15:01:15 +0000 (17:01 +0200)
committerMarius Gavrilescu <marius@ieval.ro>
Wed, 5 Feb 2014 15:01:15 +0000 (17:01 +0200)
js/90-custom.js

index b9a05ebcb3c0ad1d8cd4b267a30e8c7a950b6235..bff6ab15fd9c914a012e7b9c2d259b58130deab8 100644 (file)
@@ -15,7 +15,7 @@ $( document ).ready(function() {
 
     $('body').append(hiddenDiv);
 
-    $(".form-control").on('keyup', function () {
+    $("textarea.autoresize").on('keyup', function () {
                content = $(this).val();
 
                content = content.replace(/\n/g, '<br>');
This page took 0.010439 seconds and 4 git commands to generate.