Sha256: ff54308ce3cc111c85cf3c9bdebb870068d1e5b8cd41fe35fc8eb77b1dc9f2d2
Contents?: true
Size: 388 Bytes
Versions: 77
Compression:
Stored size: 388 Bytes
Contents
(function() { $(document).ready(function() { var form, targetArea; form = $('textarea'); targetArea = $('div.update > div.form').first(); if (form.width() < targetArea.width() / 2.5) { form.width(targetArea.width() / 2.5); } if (form.height() < targetArea.height() / 1.5) { return form.height(targetArea.height() / 1.5); } }); }).call(this);
Version data entries
77 entries across 58 versions & 1 rubygems