diff --git a/src/static/js/admin/jquery.autosize.js b/src/static/js/admin/jquery.autosize.js new file mode 100644 index 00000000..8c8ab1a8 --- /dev/null +++ b/src/static/js/admin/jquery.autosize.js @@ -0,0 +1,180 @@ +// Autosize 1.13 - jQuery plugin for textareas +// (c) 2012 Jack Moore - jacklmoore.com +// license: www.opensource.org/licenses/mit-license.php + +(function ($) { + var + defaults = { + className: 'autosizejs', + append: "", + callback: false + }, + hidden = 'hidden', + borderBox = 'border-box', + lineHeight = 'lineHeight', + copy = '