Skip to content

Commit

Permalink
Make sure the template includes the autogrow textarea javascript.
Browse files Browse the repository at this point in the history
  • Loading branch information
lazyatom committed Nov 10, 2009
1 parent 9b1ba50 commit f1d0923
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/vanilla/snips/system.rb
Expand Up @@ -9,6 +9,7 @@
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
<title>{current_snip name}</title>
<script language="javascript" src="/public/javascripts/jquery.js"></script>
<script language="javascript" src="/public/javascripts/jquery.autogrow-textarea.js"></script>
<script language="javascript" src="/public/javascripts/vanilla.js"></script>
<link rel="stylesheet" type="text/css" media="screen" href="<%= url_to("system", "css.css") %>" />
</head>
Expand Down

0 comments on commit f1d0923

Please sign in to comment.