]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/layouts/site.html.erb
Grow text areas automatically in response to input
[rails.git] / app / views / layouts / site.html.erb
index e52cc2356b8546ac2561edf104d9c365d2f1280f..33e95f6a2ff3d6b82bf456db13b5e8721042c1ef 100644 (file)
     <script type="text/javascript">
     $(document).ready(function () {
       var auth_token = $("meta[name=csrf-token]").attr("content");
-
       $("form input[name=authenticity_token]").val(auth_token);
+
+      $("textarea").autoGrow();
     });
     </script>